public interface InterceptorContext<Reuqest,Response> extends Serializable
Interceptor. This allows
implementers to control the behavior of the invocation chain.
If multiple interceptors are registered with the same priority, then their execution order may be non deterministic.
ActionFilter.order()Copyright © 2021. All rights reserved.