PipelineBehaviorStore class

Implemented types
Available extensions

Constructors

PipelineBehaviorStore()

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

getPipelines(Request<Object?> request) Set<PipelineBehavior>
Returns all PipelineBehavior's that match.
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.
override
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.
override
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.
override
unregisterGeneric(PipelineBehavior behavior) → void
Unregisters the generic behavior.
override

Operators

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