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 onErrorHandler)Create aLocalEventBuswith the given name, the given number of parallel asynchronous processing threadsLocalEventBus(String busName, OnErrorHandler onErrorHandler)Create aLocalEventBuswith the given name, using system available processors of parallel asynchronous processing threadsLocalEventBus(String busName, reactor.core.scheduler.Scheduler asyncSubscribersScheduler, OnErrorHandler onErrorHandler)Create aLocalEventBuswith the given name, the given number of parallel asynchronous processing threadsConstructor parameters in dk.cloudcreate.essentials.reactive with type arguments of type OnErrorHandler Constructor Description LocalEventBus(String busName, int parallelThreads, Optional<OnErrorHandler> optionalOnErrorHandler)Create aLocalEventBuswith the given name, the given number of parallel asynchronous processing threadsLocalEventBus(String busName, Optional<OnErrorHandler> optionalOnErrorHandler)Create aLocalEventBuswith the given name, using system available processors of parallel asynchronous processing threadsLocalEventBus(String busName, reactor.core.scheduler.Scheduler asyncSubscribersScheduler, Optional<OnErrorHandler> optionalOnErrorHandler)Create aLocalEventBuswith the given name, the given number of parallel asynchronous processing threads
-