Uses of Interface
io.camunda.zeebe.transport.ServerOutput
Packages that use ServerOutput
-
Uses of ServerOutput in io.camunda.zeebe.transport
Subinterfaces of ServerOutput in io.camunda.zeebe.transportMethods in io.camunda.zeebe.transport with parameters of type ServerOutputModifier and TypeMethodDescriptionvoidRequestHandler.onRequest(ServerOutput serverOutput, int partitionId, long requestId, org.agrona.DirectBuffer buffer, int offset, int length) Called on new request on given partition. -
Uses of ServerOutput in io.camunda.zeebe.transport.impl
Classes in io.camunda.zeebe.transport.impl that implement ServerOutput