Interface ObserverRegistrar.RegistrationContext

All Superinterfaces:
BuildExtension.BuildContext
Enclosing interface:
ObserverRegistrar

public static interface ObserverRegistrar.RegistrationContext extends BuildExtension.BuildContext
  • Method Details

    • configure

      Configure a new synthetic observer. The observer is not added to the deployment unless the ObserverConfigurator.done() method is called.
      Returns:
      a new synthetic observer configurator
    • beans

      BeanStream beans()
      The returned stream contains all non-synthetic beans (beans derived from classes) and beans registered by other ObserverRegistrars before the stream is created.
      Returns:
      a new stream of beans