Incoming event type. This is a list of consumer function parameter types.
A function consuming events. This function may return a SupplyPeer peer of event supply, e.g. when registers a nested event receiver. This supply will be cut off on new event, unless returned again.
Rest
...event: TEventA function accepting incoming event supplier and returning event supply that will stop consuming events once cut off.
Generated using TypeDoc
Creates an event processor that consumes incoming events.