Class BaseCommandContextEventsAggregator<E,L extends org.activiti.engine.impl.interceptor.CommandContextCloseListener>
- java.lang.Object
-
- org.activiti.cloud.services.events.listeners.BaseCommandContextEventsAggregator<E,L>
-
- Direct Known Subclasses:
ProcessEngineEventsAggregator
public abstract class BaseCommandContextEventsAggregator<E,L extends org.activiti.engine.impl.interceptor.CommandContextCloseListener> extends Object
-
-
Constructor Summary
Constructors Constructor Description BaseCommandContextEventsAggregator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidadd(E element)protected abstract StringgetAttributeKey()protected abstract LgetCloseListener()protected abstract Class<L>getCloseListenerClass()protected org.activiti.engine.impl.interceptor.CommandContextgetCurrentCommandContext()
-