Uses of Interface
org.opendaylight.controller.cluster.access.client.ClientActorBehavior.ConnectionConnectCohort
-
-
Uses of ClientActorBehavior.ConnectionConnectCohort in org.opendaylight.controller.cluster.access.client
Methods in org.opendaylight.controller.cluster.access.client that return ClientActorBehavior.ConnectionConnectCohort Modifier and Type Method Description protected abstract @NonNull ClientActorBehavior.ConnectionConnectCohortClientActorBehavior. connectionUp(@NonNull ConnectedClientConnection<T> newConn)Callback invoked when a new connection has been established.
-