Interface ObserverManager.Builder
- Enclosing interface:
ObserverManager
public static interface ObserverManager.Builder
Builder for the default ObserverManager implementation.
-
Method Summary
Modifier and TypeMethodDescriptionasyncExecutor(Executor executor) Specify an Executor to run asynchronous events.build()Build the ObserverManager.
-
Method Details
-
asyncExecutor
Specify an Executor to run asynchronous events. Defaults to using the Fork join common pool when not specified. -
build
ObserverManager build()Build the ObserverManager.
-