createHandler abstract method

  1. @protected
  2. @mustBeOverridden
EventHandler<TInput> createHandler(
  1. EventHandler<TOutput> handler
)

Creates the EventHandler for this builder based on the parent handler.

Implementation

@protected
@mustBeOverridden
EventHandler<TInput> createHandler(EventHandler<TOutput> handler);