- All Known Subinterfaces:
CallbackDecorator,MultiInterceptor,UniInterceptor
public interface MutinyInterceptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDefault interceptor ordinal (100). -
Method Summary
-
Field Details
-
DEFAULT_ORDINAL
static final int DEFAULT_ORDINALDefault interceptor ordinal (100).- See Also:
-
-
Method Details
-
ordinal
default int ordinal()- Returns:
- the interceptor ordinal. The ordinal is used to sort the interceptor. Lower value are executed first. Default is 100.
-