Interface ExportingActuator
public interface ExportingActuator
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExportingActuatorof(TestApplication<?> node) static ExportingActuatorof(io.zeebe.containers.ZeebeNode<?> node) static ExportingActuatorvoidpause()voidresume()void
-
Method Details
-
of
-
of
-
of
-
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)
-