public interface SynchroCallback
| Modifier and Type | Method and Description |
|---|---|
void |
connectionException(Exception ie)
Called when an Exception occurs when reading a request sent by the peer or when writing the response to the recived request.
|
Message |
execute(Message request)
Called when receiving a remote request.
|
Message execute(Message request)
sendOneWay method.
For example, a client will send CloseMessage using the sendOneWay method and a server receiving this message should return null.void connectionException(Exception ie)
Copyright © 2019 Terracotta, Inc.. All rights reserved.