| Interface | Description |
|---|---|
| IAsyncCallback<T> |
implementors of IAsyncCallback need to make sure that any public methods
are threadsafe with respect to response() being called from the message
service.
|
| IAsyncResult<T> | |
| IMessageCallback | |
| IVerbHandler<T> |
IVerbHandler provides the method that all verb handlers need to implement.
|
| MessagingServiceMBean |
MBean exposing MessagingService metrics.
|
| Class | Description |
|---|---|
| CallbackInfo |
Encapsulates the callback information.
|
| CompactEndpointSerializationHelper | |
| HeaderTypes | |
| IncomingTcpConnection | |
| MessageDeliveryTask | |
| MessageIn<T> | |
| MessageOut<T> | |
| MessagingService | |
| OutboundTcpConnection | |
| OutboundTcpConnectionPool | |
| ResponseVerbHandler |
| Enum | Description |
|---|---|
| MessagingService.Verb |
Copyright © 2014 The Apache Software Foundation