Interface | Description |
---|---|
Aggregator |
The aggregator is to be mixed into an actor for the aggregator behavior.
|
ReceivePipeline |
Trait implementing Receive Pipeline Pattern.
|
ReceivePipeline.Delegation |
Result returned by an interceptor PF to determine what/whether to delegate to the next inner interceptor
|
ReceivePipeline.HandlerResult | |
ReliableProxy.State | |
ReliableProxyDebugLogging |
INTERNAL API
|
Class | Description |
---|---|
ReceivePipeline.Done$ | |
ReceivePipeline.HandledCompletely$ |
Interceptor return value that indicates that the message has been handled
completely.
|
ReceivePipeline.Inner | |
ReceivePipeline.Inner$ | |
ReceivePipeline.InnerAndAfter | |
ReceivePipeline.InnerAndAfter$ | |
ReceivePipeline.Undefined$ | |
ReceivePipeline$ | |
ReliableProxy |
A ReliableProxy is a means to wrap a remote actor reference in order to
obtain certain improved delivery guarantees:
|
ReliableProxy.Active$ | |
ReliableProxy.Connecting$ | |
ReliableProxy.Idle$ | |
ReliableProxy.Message | |
ReliableProxy.Message$ | |
ReliableProxy.ProxyTerminated |
ProxyTerminated is sent to transition subscribers during postStop . |
ReliableProxy.ProxyTerminated$ | |
ReliableProxy.Receiver | |
ReliableProxy.TargetChanged |
TargetChanged is sent to transition subscribers when the initial connection is made
the target and when the target ActorRef has changed (for example, the target system
crashed and has been restarted). |
ReliableProxy.TargetChanged$ | |
ReliableProxy.Unsent | |
ReliableProxy.Unsent$ | |
ReliableProxy$ | |
WorkList<T> |
Fast, small, and dirty implementation of a linked list that removes transient work entries once they are processed.
|
WorkList.Entry<T> |
Singly linked list entry implementation for WorkList.
|
WorkList$ |
Provides the utility methods and constructors to the WorkList class.
|