Uses of Interface
dk.cloudcreate.essentials.reactive.OnErrorHandler
Packages that use OnErrorHandler
-
Uses of OnErrorHandler in dk.cloudcreate.essentials.reactive
Methods in dk.cloudcreate.essentials.reactive with parameters of type OnErrorHandlerModifier and TypeMethodDescriptionLocalEventBus.Builder.onErrorHandler(OnErrorHandler onErrorHandler) Set the error handler which will be called if any asynchronous subscriber/consumer fails to handle an event.Constructors in dk.cloudcreate.essentials.reactive with parameters of type OnErrorHandlerModifierConstructorDescriptionLocalEventBus(String busName, int parallelThreads, int backpressureBufferSize, OnErrorHandler onErrorHandler, int overflowMaxRetries, double queuedTaskCapFactor) Create aLocalEventBuswith the given parameters.LocalEventBus(String busName, int parallelThreads, OnErrorHandler onErrorHandler) Create aLocalEventBuswith the given name, number of parallel threads, and error handler.LocalEventBus(String busName, OnErrorHandler onErrorHandler) Create aLocalEventBuswith the given name and error handler.