Uses of Class
io.camunda.zeebe.dispatcher.DispatcherBuilder
Packages that use DispatcherBuilder
-
Uses of DispatcherBuilder in io.camunda.zeebe.dispatcher
Methods in io.camunda.zeebe.dispatcher that return DispatcherBuilderModifier and TypeMethodDescriptionDispatcherBuilder.actorSchedulingService(ActorSchedulingService actorSchedulingService) DispatcherBuilder.bufferSize(int bufferSize) The number of bytes the buffer is be able to contain.static DispatcherBuilderDispatcherBuilder.initialPosition(long initialPosition) DispatcherBuilder.maxFragmentLength(int maxFragmentLength) The max length of the data section of a frameDispatcherBuilder.subscriptions(String... subscriptionNames) Predefined subscriptions which will be created on startup in the order as they are declared.