Interface BanningActuator


public interface BanningActuator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    ban(long id)
     
    of(io.zeebe.containers.ZeebeNode<?> node)
     
    of(String endpoint)
     
  • Method Details

    • of

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

      static BanningActuator of(String endpoint)
    • ban

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