Uses of Enum Class
io.camunda.zeebe.transport.RequestType
Packages that use RequestType
-
Uses of RequestType in io.camunda.zeebe.transport
Methods in io.camunda.zeebe.transport that return RequestTypeModifier and TypeMethodDescriptionClientRequest.getRequestType()static RequestTypeReturns the enum constant of this class with the specified name.static RequestType[]RequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.transport with parameters of type RequestTypeModifier and TypeMethodDescriptionServerTransport.subscribe(int partitionId, RequestType requestType, RequestHandler requestHandler) Subscribes to the given partition and call's the given handler on each new request of the given type.ServerTransport.unsubscribe(int partitionId, RequestType requestType) Unsubscribe from the given partition, the registered handler will no longer be called on new requests. -
Uses of RequestType in io.camunda.zeebe.transport.impl
Methods in io.camunda.zeebe.transport.impl with parameters of type RequestTypeModifier and TypeMethodDescriptionAtomixServerTransport.subscribe(int partitionId, RequestType requestType, RequestHandler requestHandler) AtomixServerTransport.unsubscribe(int partitionId, RequestType requestType)