EventSubscriptionBuilderExtensions<T> extension
- on
Methods
-
subscribeFactory(
EventHandlerFactory< T> factory) → EventSubscription -
Available on EventSubscriptionBuilder<
Subscribes to the givenT> , provided by the EventSubscriptionBuilderExtensions extensionfactory
. -
subscribeFunction(
FutureOr< void> handler(T event)) → EventSubscription -
Available on EventSubscriptionBuilder<
Subscribes to the givenT> , provided by the EventSubscriptionBuilderExtensions extensionhandler
.