@FunctionalInterface public interface InternalCommand<T extends BackendInfo> extends akka.dispatch.ControlMessage
Modifier and Type | Method and Description |
---|---|
@Nullable ClientActorBehavior<T> |
execute(@NonNull ClientActorBehavior<T> currentBehavior)
Run command actions.
|
@Nullable ClientActorBehavior<T> execute(@NonNull ClientActorBehavior<T> currentBehavior)
currentBehavior
- Current BehaviorCopyright © 2019 OpenDaylight. All rights reserved.