Interface EventSource<T>

Type Parameters:
T - The type of the event.
All Known Subinterfaces:
InstantEventSource<T>
All Known Implementing Classes:
EventSourceAdaptor, FileWatchEventSource, OutboundEventSource, StateExpressionType

public interface EventSource<T>
A source for events.
  • Method Summary

    Modifier and Type
    Method
    Description
    subscribe(Consumer<? super T> consumer)