Interface ObserverManager.Builder

Enclosing interface:
ObserverManager

public static interface ObserverManager.Builder
Builder for the default ObserverManager implementation.
  • Method Details

    • asyncExecutor

      ObserverManager.Builder asyncExecutor(Executor executor)
      Specify an Executor to run asynchronous events. Defaults to using the Fork join common pool when not specified.
    • build

      Build the ObserverManager.