| Class | Description |
|---|---|
| OneWayInterceptor |
Dispatches a message from an invocation chain to a ZeroMQ one-way sender.
|
| RequestReplyInterceptor |
Dispatches a message from an invocation chain to a ZeroMQ request-response sender.
|
| UnwrappingInterceptor |
Unwraps a single message parameter from an Object array to a raw (only the parameter) form.
|
| WrappingInterceptor |
Wraps a single message parameter in an Object array.
|