| Interface | Description |
|---|---|
| Message |
Represents a request, response, or exception flowing through a wire.
|
| Class | Description |
|---|---|
| CallbackReferenceSerializer |
Serializes and (De)Serializes a callback reference to a byte array or String.
|
| Fabric3Thread |
A managed thread in a Fabric3 runtime that implements its own thread pooling.
|
| MessageCache |
Cache of
Messages associated with runtime threads. |
| MessageImpl |
The default implementation of a message flowed through a wire during an invocation.
|
| WorkContext |
Tracks information associated with a request as it is processed by the runtime.
|
| WorkContextCache |
Cache of
WorkContexts associated with runtime threads. |