Interface ClientActorBehavior.ConnectionConnectCohort
- Enclosing class:
- ClientActorBehavior<T extends BackendInfo>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Connection reconnect cohort, driven by this class.
-
Method Summary
Modifier and TypeMethodDescription@NonNull ReconnectForwarderfinishReconnect(@NonNull Collection<ConnectionEntry> enqueuedEntries) Finish the connection by replaying previous messages onto the new connection.
-
Method Details
-
finishReconnect
Finish the connection by replaying previous messages onto the new connection.- Parameters:
enqueuedEntries- Previously-enqueued entries- Returns:
- A
ReconnectForwarderto handle any straggler messages which arrive after this method returns.
-