Package | Description |
---|---|
org.infinispan.remoting.inboundhandler | |
org.infinispan.remoting.inboundhandler.action |
Modifier and Type | Method and Description |
---|---|
protected BlockingRunnable |
NonTotalOrderTxPerCacheInboundInvocationHandler.createReadyActionRunnable(CacheRpcCommand command,
Reply reply,
int commandTopologyId,
boolean waitTransactionalData,
boolean onExecutorService,
ReadyAction readyAction) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeAction
A
ReadyAction implementation that delegates it logic to a collection of other ReadyAction . |
class |
DefaultReadyAction
A list of
Action to be executed to check when it is ready. |
Constructor and Description |
---|
CompositeAction(Collection<ReadyAction> actions) |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.