Interceptor Ordering and Precedence

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2937

This topic has not yet been written. The content below is from the topic description.
31.7. Interceptor Ordering and Precedence Some interceptors are very sensitive in which order they are invoked. For example, you always want your security interceptor invoked first. Other interceptor's behavior might be triggered by a different interceptor that adds a header. By default, you have no control over the order in which registered interceptors are invoked. There is a way to specify interceptor precedence though.