T - type of Event datapublic class EventFactorySupplier<T>
extends java.lang.Object
implements reactor.fn.Supplier<reactor.bus.Event<T>>
Supplier implementation that instantiates Events
based on Event data type.| Constructor and Description |
|---|
EventFactorySupplier(java.lang.Class<T> klass) |
| Modifier and Type | Method and Description |
|---|---|
reactor.bus.Event<T> |
get() |