public interface ClientSynchroMessageConnection extends SynchroMessageConnection
| Modifier and Type | Method and Description |
|---|---|
Message |
sendWithReturn(Message msg)
Sends a message to the remote side and waits a response.
|
close, connect, getConnectionId, sendOneWayMessage sendWithReturn(Message msg) throws IOException
An implementation can throw UnsupportedOperationException
to tell the caller that it is not supported. For example, if the object
is used on a server side and it is not mandatory for the server to send
a request spontaneously.
UnsupportedOperationException - thrown if the operation is not
supported by an implementation.IOException - if a communication problem occures.Copyright © 2019 Terracotta, Inc.. All rights reserved.