
Package ca.uhn.fhir.interceptor.api
Annotation Type Interceptor
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface Interceptor
This annotation declares a bean as a subscription interceptor
-
-
Field Summary
Fields Modifier and Type Fields Description static int
DEFAULT_ORDER
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
order
The order that interceptors should be called in.
-
-
-
Field Detail
-
DEFAULT_ORDER
static final int DEFAULT_ORDER
- See Also:
order()
-
-
Element Detail
-
order
int order
The 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.- Default:
- 0
-
-