findAttachedResponseMiddlewareOfType<T extends Middleware<Response> > method
Null safety
- Endpoint endpoint
Given a Endpoint instance, finds the
attached response Middleware of subtype T
Implementation
T findAttachedResponseMiddlewareOfType<T extends Middleware<Response>>(Endpoint endpoint);