Interface NodeCommand


  • public interface NodeCommand
    • Method Detail

      • isSystemCommandType

        boolean isSystemCommandType()
        Returns:
        true if the command type is SystemNodeCommandType
      • getNodeCommandType

        String getNodeCommandType()
        Returns:
        an arbitrary string or SystemNodeCommandType
      • getNodeCommandMetadata

        NodeCommandMetadata getNodeCommandMetadata()
        Returns:
        the metadata associated with this command.