Package ca.uhn.fhir.interceptor.api
Annotation Type Interceptor
This annotation declares a bean as a subscription interceptor. This interceptor
is not mandatory for interceptor classes, but is added as a marker by convention.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
The order that interceptors should be called in. -
Field Summary
-
Field Details
-
DEFAULT_ORDER
- See Also:
-
-
Element Details
-
order
int orderThe order that interceptors should be called in. Lower numbers happen before higher numbers. Default is 0 and allowable values can be positive or negative or 0. Ignored when annotation is set on a method.- Default:
0
-