Uses of Interface
io.camunda.zeebe.transport.RequestHandler
Packages that use RequestHandler
-
Uses of RequestHandler in io.camunda.zeebe.transport
Methods in io.camunda.zeebe.transport with parameters of type RequestHandlerModifier 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. -
Uses of RequestHandler in io.camunda.zeebe.transport.impl
Methods in io.camunda.zeebe.transport.impl with parameters of type RequestHandlerModifier and TypeMethodDescriptionAtomixServerTransport.subscribe(int partitionId, RequestType requestType, RequestHandler requestHandler)