Uses of Class
org.opendaylight.controller.cluster.access.client.ClientActorBehavior
-
-
Uses of ClientActorBehavior in org.opendaylight.controller.cluster.access.client
Methods in org.opendaylight.controller.cluster.access.client that return ClientActorBehavior Modifier and Type Method Description @Nullable ClientActorBehavior<T>InternalCommand. execute(@NonNull ClientActorBehavior<T> currentBehavior)Run command actions.protected abstract ClientActorBehavior<?>AbstractClientActor. initialBehavior(ClientActorContext context)protected abstract @Nullable ClientActorBehavior<T>ClientActorBehavior. onCommand(@NonNull Object command)Override this method to handle any command which is not handled by the base behavior.Methods in org.opendaylight.controller.cluster.access.client with parameters of type ClientActorBehavior Modifier and Type Method Description @Nullable ClientActorBehavior<T>InternalCommand. execute(@NonNull ClientActorBehavior<T> currentBehavior)Run command actions.
-