Interface EventBusAware.ApplicationEventBusAware

All Superinterfaces:
org.springframework.beans.factory.Aware, EventBusAware
Enclosing interface:
EventBusAware

public static interface EventBusAware.ApplicationEventBusAware extends EventBusAware
Interface to be implemented by beans that want to get notified of the application event bus.
  • Method Details

    • setApplicationEventBus

      void setApplicationEventBus(EventBus.ApplicationEventBus applicationEventBus)
      Sets the application scoped event bus.