MiddlewareConsumer constructor

MiddlewareConsumer(
  1. RouteInfoPathExtractor _pathExtractor
)

Creates a new instance of MiddlewareConsumer.

Implementation

MiddlewareConsumer(this._pathExtractor);