Interface IClusterCommandSPI<T extends Serializable>

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

    public interface IClusterCommandSPI<T extends Serializable>
    extends IClusterCommand<T>
    A cluster command that allows to get the inner callable.
    Since:
    8.0.0
    Version:
    $Revision: 17047 $ $Date: 2015-03-03 11:22:22 -0300 (Tue, 03 Mar 2015) $
    • Method Detail

      • getCommand

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