findAttachedResponseMiddlewareOfType<T extends Middleware<Response>> abstract method

T findAttachedResponseMiddlewareOfType<T extends Middleware<Response>>(
  1. Endpoint endpoint
)

Given a Endpoint instance, finds the attached response Middleware of subtype T

Implementation

T findAttachedResponseMiddlewareOfType<T extends Middleware<Response>>(
    Endpoint endpoint);