public interface RequestReplySender extends Sender
| Modifier and Type | Method and Description |
|---|---|
byte[] |
sendAndReply(byte[] message,
int index,
org.fabric3.spi.container.invocation.WorkContext context)
Sends the message over the socket and blocks for a response.
|
byte[] sendAndReply(byte[] message,
int index,
org.fabric3.spi.container.invocation.WorkContext context)
message - the serialized messageindex - the operation index used to determine which intercept chain to dispatch the message tocontext - the current work context