PipelineConfigurator class abstract interface

Implementers
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register<TResponse extends Object?, TRequest extends Request<TResponse>>(PipelineBehavior<TResponse, TRequest> behavior) → void
Registers the behavior.
registerFactory<TResponse extends Object?, TRequest extends Request<TResponse>>(PipelineBehaviorFactory<TResponse, TRequest> factory) → void

Available on PipelineConfigurator, provided by the PipelineConfiguratorExtensions extension

Registers the given factory.
registerFunction<TResponse extends Object?, TRequest extends Request<TResponse>>(PipelineHandler<TResponse, TRequest> handler) → void

Available on PipelineConfigurator, provided by the PipelineConfiguratorExtensions extension

Registers the given handler.
registerGeneric(PipelineBehavior behavior) → void
Registers the generic behavior.
registerGenericFactory(PipelineBehaviorFactory factory) → void

Available on PipelineConfigurator, provided by the PipelineConfiguratorExtensions extension

Registers the given generic factory.
registerGenericFunction(PipelineHandler handler) → void

Available on PipelineConfigurator, provided by the PipelineConfiguratorExtensions extension

Registers the given generic handler.
toString() String
A string representation of this object.
inherited
unregister<TResponse extends Object?, TRequest extends Request<TResponse>>(PipelineBehavior<TResponse, TRequest> behavior) → void
Unregisters the given behavior.
unregisterGeneric(PipelineBehavior behavior) → void
Unregisters the generic behavior.

Operators

operator ==(Object other) bool
The equality operator.
inherited