Class LocalEventHandlerRepository

java.lang.Object
io.preboot.eventbus.LocalEventHandlerRepository
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class LocalEventHandlerRepository extends Object implements org.springframework.context.ApplicationContextAware
  • Constructor Details

    • LocalEventHandlerRepository

      public LocalEventHandlerRepository(org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • publish

      public void publish(Object event)
    • isHandlerMissing

      public <T> boolean isHandlerMissing(T event)
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware