Uses of Class
dk.cloudcreate.essentials.reactive.LocalEventBus.Builder
Packages that use LocalEventBus.Builder
-
Uses of LocalEventBus.Builder in dk.cloudcreate.essentials.reactive
Methods in dk.cloudcreate.essentials.reactive that return LocalEventBus.BuilderModifier and TypeMethodDescriptionLocalEventBus.Builder.backpressureBufferSize(int backpressureBufferSize) Set the backpressure size forSinks.Many's onBackpressureBuffer size.static LocalEventBus.BuilderLocalEventBus.builder()Set the name of the bus.LocalEventBus.Builder.onErrorHandler(OnErrorHandler onErrorHandler) Set the error handler which will be called if any asynchronous subscriber/consumer fails to handle an event.LocalEventBus.Builder.overflowMaxRetries(int maxRetries) Set the maximum number of retries for events that overflow the Flux.LocalEventBus.Builder.parallelThreads(int parallelThreads) Set the number of parallel asynchronous processing threads.LocalEventBus.Builder.queuedTaskCapFactor(double queuedTaskCapFactor) Set the factor to calculate queued task capacity from the backpressureBufferSize.