Class QpidServerStopAction

java.lang.Object
fr.enedis.chutney.action.amqp.QpidServerStopAction
All Implemented Interfaces:
fr.enedis.chutney.action.spi.Action

public class QpidServerStopAction extends Object implements fr.enedis.chutney.action.spi.Action
  • Constructor Details

    • QpidServerStopAction

      public QpidServerStopAction(fr.enedis.chutney.action.spi.injectable.Logger logger, @Input("qpid-launcher") org.apache.qpid.server.SystemLauncher systemLauncher)
  • Method Details

    • validateInputs

      public List<String> validateInputs()
      Specified by:
      validateInputs in interface fr.enedis.chutney.action.spi.Action
    • execute

      public fr.enedis.chutney.action.spi.ActionExecutionResult execute()
      Specified by:
      execute in interface fr.enedis.chutney.action.spi.Action