PipelineConfigurator class abstract interface

Implementers
Available Extensions

Constructors

PipelineConfigurator()

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.
registerGeneric(PipelineBehavior behavior) → void
Registers the generic behavior.
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