Class ExecutableCommand

  • All Implemented Interfaces:
    Cancellable, Command
    Direct Known Subclasses:
    RequestExecutionCommand

    @Internal
    public abstract class ExecutableCommand
    extends java.lang.Object
    implements Command
    Abstract executable command that may need to do some cleaning up in case of an failure and also optionally may want to cancel the associated HTTP message exchange through CancellableDependency.
    Since:
    5.0
    • Constructor Detail

      • ExecutableCommand

        public ExecutableCommand()
    • Method Detail

      • failed

        public abstract void failed​(java.lang.Exception ex)