@FunctionalInterface protected static interface ClientActorBehavior.ConnectionConnectCohort
| Modifier and Type | Method and Description |
|---|---|
ReconnectForwarder |
finishReconnect(Collection<ConnectionEntry> enqueuedEntries)
Finish the connection by replaying previous messages onto the new connection.
|
@Nonnull ReconnectForwarder finishReconnect(@Nonnull Collection<ConnectionEntry> enqueuedEntries)
enqueuedEntries - Previously-enqueued entriesReconnectForwarder to handle any straggler messages which arrive after this method returns.Copyright © 2018 OpenDaylight. All rights reserved.