public interface AsyncStreamingService
| Modifier and Type | Method and Description |
|---|---|
AsyncDataSender |
openAsyncStream(java.lang.String mprmHostId,
java.lang.String target,
AsyncDataReceiver handler)
Opens a channel for bi-directional async data exchange with a component identifier by the
target argument running on specified mPRM host instance. |
AsyncDataSender openAsyncStream(java.lang.String mprmHostId, java.lang.String target, AsyncDataReceiver handler) throws java.io.IOException, ManagementException
target argument running on specified mPRM host instance.mprmHostId - - the mPRM host identifier - remote end-point of this stream.target - - specifies the remote component which will handle this stream - AsyncStreamingHandler.handler - - the call-back interface provided by the application for receiving of the data sent by
the remote peer.AsyncDataSender object which is used for sending of the data from the local to the remote peer.java.io.IOExceptionManagementExceptionCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.