Interface IClusterCommandSPI<T extends java.io.Serializable>

  • Type Parameters:
    T - the return type of callable.
    All Superinterfaces:
    IClusterCommand<T>, IClusterTransmission

    public interface IClusterCommandSPI<T extends java.io.Serializable>
    extends IClusterCommand<T>
    A cluster command that allows to get the inner callable.
    Since:
    8.0.0
    Version:
    $Revision$ $Date$
    • Method Detail

      • getCommand

        java.util.concurrent.Callable<T> getCommand()
        Returns the inner callable.
        Returns:
        the inner callable.
        Since:
        8.0.0