Uses of Interface
org.infinispan.remoting.inboundhandler.action.ReadyAction
-
Packages that use ReadyAction Package Description org.infinispan.remoting.inboundhandler.action -
-
Uses of ReadyAction in org.infinispan.remoting.inboundhandler.action
Classes in org.infinispan.remoting.inboundhandler.action that implement ReadyAction Modifier and Type Class Description classCompositeActionAReadyActionimplementation that delegates it logic to a collection of otherReadyAction.classDefaultReadyActionA list ofActionto be executed to check when it is ready.Constructor parameters in org.infinispan.remoting.inboundhandler.action with type arguments of type ReadyAction Constructor Description CompositeAction(Collection<ReadyAction> actions)
-