pipeline property
Name of the pipeline.
Not null when this annotates a request handler or pipeline exception handler. Null means this annotates a server exception handler or server raw exception handler.
Implementation
final String? pipeline;
Name of the pipeline.
Not null when this annotates a request handler or pipeline exception handler. Null means this annotates a server exception handler or server raw exception handler.
final String? pipeline;