Uses of Interface
io.camunda.zeebe.dispatcher.FragmentHandler
Packages that use FragmentHandler
-
Uses of FragmentHandler in io.camunda.zeebe.dispatcher
Methods in io.camunda.zeebe.dispatcher with parameters of type FragmentHandlerModifier and TypeMethodDescriptionintSubscription.peekAndConsume(FragmentHandler frgHandler, int maxNumOfFragments) Sequentially read fragments from the buffer and invoke the given handler for each fragment.intSubscription.poll(FragmentHandler frgHandler, int maxNumOfFragments) Read fragments from the buffer and invoke the given handler for each fragment.protected intSubscription.pollFragments(LogBufferPartition partition, FragmentHandler frgHandler, int partitionId, int fragmentOffset, int maxNumOfFragments, long limit, boolean handlerControlled)