See: Description
| Interface | Description |
|---|---|
| AsyncDataReceiver |
A call-back interface implemented by the application and supplied to the
{@link AsyncStreamingService#openAsyncStream(String, String, AsyncDataReceiver) method call.
|
| AsyncDataSender |
An instance of this interface is returned by the method
AsyncStreamingService.openAsyncStream(String, String, AsyncDataReceiver)
and provides methods for sending of data to the remote peer of the active async stream. |
| AsyncStreamingHandler |
This interface has to be implemented and registered as OSGi service, by the mPRM modules
which accepts async streaming requests.
|
| AsyncStreamingService |
This service provides asynchronous streaming communication between backend mPRM servers.
|
Backend Async Streaming service provides system and application components with light-weight mechanism for asynchronous communication between the mPRM server instances.
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.