after property

List<RouteInterceptor> after
final

Interceptors that shall be executed after route handler is executed.

These interceptors are executed in the reverse order of registration.

Implementation

final List<RouteInterceptor> after;