Interface Eventsourced.PendingHandlerInvocation

All Known Implementing Classes:
Eventsourced.AsyncHandlerInvocation, Eventsourced.StashingHandlerInvocation
Enclosing interface:
Eventsourced

public static interface Eventsourced.PendingHandlerInvocation
INTERNAL API
  • Method Summary

    Modifier and Type
    Method
    Description
    evt()
     
    scala.Function1<Object,scala.runtime.BoxedUnit>
     
  • Method Details

    • evt

      Object evt()
    • handler

      scala.Function1<Object,scala.runtime.BoxedUnit> handler()