| Interface | Description |
|---|---|
| FastFailover.FailureDirective |
A failure directive.
|
| FastFailover.MessageExtractor |
Java API: Interface of functions to extract entity id
and the message to send to the entity from an incoming message.
|
| FastFailoverSupport |
Support for implementing fast failover.
|
| Class | Description |
|---|---|
| AbstractFastFailoverSupport |
Java API: Support for implementing fast failover with an abstract actor.
|
| FailureStrategyBuilder |
Used for building a partial function for
FastFailover failure strategies. |
| FastFailover | |
| FastFailover.Attempt |
Sent to a fast failover routee to ask it to attempt the operation for the given message.
|
| FastFailover.Attempt$ | |
| FastFailover.Fail$ |
An error should cause the operation to fail.
|
| FastFailover.Failover$ |
An error should cause the operation to failover.
|
| FastFailover.Heartbeat |
A heartbeat.
|
| FastFailover.Heartbeat$ | |
| FastFailover.Result |
The result of an attempt.
|
| FastFailover.Result$ | |
| FastFailover$ | |
| FastFailoverActor |
INTERNAL API
|
| FastFailoverActor$ | |
| FastFailoverHelper |
Helper for actors that execute fast failover operation attempts.
|
| FastFailoverHelper.AttemptResult | |
| FastFailoverHelper.AttemptResult$ | |
| FastFailoverHelper.Forward |
This message can be sent as the reply to a fast failover operation to allow handling of the operation to be
forwarded to another actor.
|
| FastFailoverHelper.Forward$ | |
| FastFailoverHelper.ForwardPattern | |
| FastFailoverHelper$ | |
| FastFailoverOperation | |
| FastFailoverOperation.Timeout$ | |
| FastFailoverOperation$ | |
| FastFailoverSerializer |
INTERNAL API
|
| FastFailoverSerializer.WrappedPayloadSupport | |
| FastFailoverSerializer$ |
INTERNAL API
|
| FastFailoverSettings |
Fast failover configuration.
|
| FastFailoverSettings$ |