Interface DelegateInterceptor
-
- All Known Implementing Classes:
DefaultDelegateInterceptor
public interface DelegateInterceptorInterceptor responsible for handling calls to 'user code'. User code represents external Java code (e.g. services and listeners) invoked by the process engine. The following is a list of classes that represent user code:JavaDelegateExecutionListener- JUEL Expression
TaskListener
DelegateInvocation. Implementations are responsible for callingDelegateInvocation.proceed().- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleInvocation(DelegateInvocation invocation)
-
-
-
Method Detail
-
handleInvocation
void handleInvocation(DelegateInvocation invocation)
-
-