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