Uses of Interface
dk.cloudcreate.essentials.reactive.OnErrorHandler
-
Packages that use OnErrorHandler Package Description dk.cloudcreate.essentials.reactive -
-
Uses of OnErrorHandler in dk.cloudcreate.essentials.reactive
Constructors in dk.cloudcreate.essentials.reactive with parameters of type OnErrorHandler Constructor Description LocalEventBus(String busName, int parallelThreads, OnErrorHandler<EVENT_TYPE> onErrorHandler)Create aLocalEventBuswith the given name, the given number of parallel asynchronous processing threadsLocalEventBus(String busName, reactor.core.scheduler.Scheduler asyncSubscribersScheduler, OnErrorHandler<EVENT_TYPE> onErrorHandler)Create aLocalEventBuswith the given name, the given number of parallel asynchronous processing threads
-