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