Interface EventHandler


  • public interface EventHandler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<?> dispatch​(io.eventuate.DispatchedEvent<io.eventuate.Event> de)  
      java.lang.Class<io.eventuate.Event> getEventType()  
    • Method Detail

      • getEventType

        java.lang.Class<io.eventuate.Event> getEventType()
      • dispatch

        java.util.concurrent.CompletableFuture<?> dispatch​(io.eventuate.DispatchedEvent<io.eventuate.Event> de)