Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthiee committed May 12, 2024
1 parent f8b99fc commit a1ba224
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,12 @@ extension EventSubscriptionBuilderExtensions<T> on EventSubscriptionBuilder<T> {
return subscribe(EventHandler.function(handler));
}

/// Subscribes to the given [handler].
/// Subscribes to the given [factory].
///
/// This finalizes the builder and applies all the steps
/// before subscribing.
///
/// This factory will be resolved into an actual [EventHandler] at request time.
EventSubscription subscribeFactory(
EventHandlerFactory<T> factory,
) {
Expand Down

0 comments on commit a1ba224

Please sign in to comment.