Interface Sink<T>
- Type Parameters:
T- the event type
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
SseSink
A generic sink interface to emit arbitrary events.
-
Method Summary
Methods inherited from interface AutoCloseable
close
-
Method Details
-
emit
-