Class DatabaseEventFlusher
- java.lang.Object
-
- org.flowable.engine.impl.event.logger.AbstractEventFlusher
-
- org.flowable.engine.impl.event.logger.DatabaseEventFlusher
-
- All Implemented Interfaces:
CommandContextCloseListener,EventFlusher
public class DatabaseEventFlusher extends AbstractEventFlusher
- Author:
- Joram Barrez
-
-
Field Summary
-
Fields inherited from class org.flowable.engine.impl.event.logger.AbstractEventFlusher
eventHandlers
-
-
Constructor Summary
Constructors Constructor Description DatabaseEventFlusher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterSessionsFlush(CommandContext commandContext)voidcloseFailure(CommandContext commandContext)voidclosing(CommandContext commandContext)booleanmultipleAllowed()Integerorder()-
Methods inherited from class org.flowable.engine.impl.event.logger.AbstractEventFlusher
addEventHandler, closed, getEventHandlers, setEventHandlers
-
-
-
-
Method Detail
-
closing
public void closing(CommandContext commandContext)
-
afterSessionsFlush
public void afterSessionsFlush(CommandContext commandContext)
-
closeFailure
public void closeFailure(CommandContext commandContext)
-
order
public Integer order()
-
multipleAllowed
public boolean multipleAllowed()
-
-