public interface DynamicOneWaySender extends Sender
| Modifier and Type | Method and Description |
|---|---|
void |
send(byte[] message,
int index,
org.fabric3.spi.container.invocation.WorkContext context,
org.fabric3.api.binding.zeromq.model.ZeroMQMetadata metadata)
Dispatches a message to a service in a non-blocking fashion.
|
void send(byte[] message,
int index,
org.fabric3.spi.container.invocation.WorkContext context,
org.fabric3.api.binding.zeromq.model.ZeroMQMetadata metadata)
message - the serialized messageindex - the operation index used to determine which intercept chain to dispatch the message tocontext - the current work contextmetadata - the metadata to dynamically create a socket