- Type Parameters:
T - type of Event data
- All Implemented Interfaces:
- reactor.fn.Supplier<Event<T>>
public class EventFactorySupplier<T>
extends java.lang.Object
implements reactor.fn.Supplier<Event<T>>
A Supplier implementation that instantiates Events
based on Event data type.
- Since:
- 1.1