Class ClientStreamBlockedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.camunda.zeebe.transport.stream.api.ClientStreamBlockedException
All Implemented Interfaces:
Serializable

public final class ClientStreamBlockedException extends Exception
Exception thrown when a client is blocked, i.e. it cannot receive any pushed payloads until further notice.
See Also:
  • Constructor Details

    • ClientStreamBlockedException

      public ClientStreamBlockedException(String message)