Interface EventPublisher

All Known Subinterfaces:
AsynchronousEventPublisher
All Known Implementing Classes:
LocalAsynchronousEventPublisher, LocalEventPublisher

public interface EventPublisher
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> void
    publish(T event)
     
  • Method Details

    • publish

      <T> void publish(T event)