Interface BanningActuator
public interface BanningActuator
-
Method Summary
Modifier and TypeMethodDescriptionvoidban(long id) static BanningActuatorof(TestApplication<?> node) static BanningActuatorof(io.zeebe.containers.ZeebeNode<?> node) static BanningActuator
-
Method Details
-
of
-
of
-
of
-
ban
void ban(long id) - Throws:
feign.FeignException- if the request is not successful (e.g. 4xx or 5xx)
-