Package org.onosproject.net.flow
Interface FlowRuleOperationsContext
-
public interface FlowRuleOperationsContext
The context of a flow rule operations that will become the subject of the notification. Implementations of this class must be serializable.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
onError(FlowRuleOperations ops)
default void
onSuccess(FlowRuleOperations ops)
-
-
-
Method Detail
-
onSuccess
default void onSuccess(FlowRuleOperations ops)
-
onError
default void onError(FlowRuleOperations ops)
-
-