findAttachedEndpoint<T> abstract method

Endpoint findAttachedEndpoint<T>(
  1. Middleware<T> middleware
)

Given a Middleware instance, finds the attached Endpoint

Implementation

Endpoint findAttachedEndpoint<T>(Middleware<T> middleware);