Package com.attivio.sdk.transport
Interface SyncronousMessageHandle
-
public interface SyncronousMessageHandle
Callback container for synchronous request/response handling during message delivery.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlatformMessage
getRequestMessage()
Get the request message received by theTransport
.void
handleReplyMessage(PlatformMessage msg)
Handle the reply message from the bus.
-
-
-
Method Detail
-
handleReplyMessage
void handleReplyMessage(PlatformMessage msg) throws TransportException
Handle the reply message from the bus.- Throws:
TransportException
-
getRequestMessage
PlatformMessage getRequestMessage()
Get the request message received by theTransport
.
-
-