Package ca.uhn.fhir.interceptor.executor
Class BaseInterceptorService.BaseInvoker
java.lang.Object
ca.uhn.fhir.interceptor.executor.BaseInterceptorService.BaseInvoker
- All Implemented Interfaces:
IBaseInterceptorBroadcaster.IInvoker
,Comparable<IBaseInterceptorBroadcaster.IInvoker>
- Enclosing class:
BaseInterceptorService<POINTCUT extends Enum<POINTCUT> & IPointcut>
public abstract static class BaseInterceptorService.BaseInvoker
extends Object
implements IBaseInterceptorBroadcaster.IInvoker
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(IBaseInterceptorBroadcaster.IInvoker theInvoker) int
getOrder()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.interceptor.api.IBaseInterceptorBroadcaster.IInvoker
invoke
-
Method Details
-
getInterceptor
- Specified by:
getInterceptor
in interfaceIBaseInterceptorBroadcaster.IInvoker
-
getOrder
- Specified by:
getOrder
in interfaceIBaseInterceptorBroadcaster.IInvoker
-
compareTo
- Specified by:
compareTo
in interfaceComparable<IBaseInterceptorBroadcaster.IInvoker>
-