Class ReplicableRunnableCommand

java.lang.Object
org.infinispan.manager.impl.ReplicableRunnableCommand
All Implemented Interfaces:
GlobalRpcCommand, ReplicableCommand, TracedCommand, VersionAware

@ProtoTypeId(1164) public class ReplicableRunnableCommand extends Object implements GlobalRpcCommand
Replicable Command that runs the given Runnable
Since:
8.2
Author:
wburns
  • Constructor Details

    • ReplicableRunnableCommand

      public ReplicableRunnableCommand(Runnable runnable, Subject subject)
  • Method Details