Interface ExportingActuator


public interface ExportingActuator
  • Method Details

    • of

      static ExportingActuator of(io.zeebe.containers.ZeebeNode<?> node)
    • of

      static ExportingActuator of(TestApplication<?> node)
    • of

      static ExportingActuator of(String endpoint)
    • pause

      void pause()
      Throws:
      feign.FeignException - if the request is not successful (e.g. 4xx or 5xx)
    • softPause

      void softPause()
      Throws:
      feign.FeignException - if the request is not successful (e.g. 4xx or 5xx)
    • resume

      void resume()
      Throws:
      feign.FeignException - if the request is not successful (e.g. 4xx or 5xx)