java.lang.Object
org.infinispan.remoting.inboundhandler.action.ActionState

public class ActionState extends Object
The state used by an Action.

It is shared among them.

Since:
8.0
Author:
Pedro Ruivo
  • Constructor Details

    • ActionState

      public ActionState(ReplicableCommand command, int commandTopologyId)
  • Method Details

    • getCommand

      public final <T extends ReplicableCommand> T getCommand()
    • getCommandTopologyId

      public final int getCommandTopologyId()