Uses of Interface
org.flowable.job.service.impl.history.async.AsyncHistoryListener
Packages that use AsyncHistoryListener
-
Uses of AsyncHistoryListener in org.flowable.job.service.impl.history.async
Classes in org.flowable.job.service.impl.history.async that implement AsyncHistoryListenerFields in org.flowable.job.service.impl.history.async declared as AsyncHistoryListenerModifier and TypeFieldDescriptionprotected AsyncHistoryListenerAsyncHistorySession.asyncHistoryListenerprotected AsyncHistoryListenerAsyncHistorySessionCommandContextCloseListener.asyncHistoryListenerprotected AsyncHistoryListenerAsyncHistorySessionFactory.asyncHistoryListenerMethods in org.flowable.job.service.impl.history.async that return AsyncHistoryListenerModifier and TypeMethodDescriptionprotected AsyncHistoryListenerAbstractAsyncHistoryJobHandler.getAsyncHistoryListener(CommandContext commandContext) AsyncHistorySession.getAsyncHistoryListener()AsyncHistorySessionCommandContextCloseListener.getAsyncHistoryListener()AsyncHistorySessionFactory.getAsyncHistoryListener()Methods in org.flowable.job.service.impl.history.async with parameters of type AsyncHistoryListenerModifier and TypeMethodDescriptionvoidAsyncHistorySessionCommandContextCloseListener.setAsyncHistoryListener(AsyncHistoryListener asyncHistoryListener) voidAsyncHistorySessionFactory.setAsyncHistoryListener(AsyncHistoryListener asyncHistoryListener) Constructors in org.flowable.job.service.impl.history.async with parameters of type AsyncHistoryListenerModifierConstructorDescriptionAsyncHistorySession(CommandContext commandContext, AsyncHistoryListener asyncHistoryJobListener) AsyncHistorySession(CommandContext commandContext, AsyncHistoryListener asyncHistoryJobListener, List<String> jobDataTypes) AsyncHistorySessionCommandContextCloseListener(AsyncHistorySession asyncHistorySession, AsyncHistoryListener asyncHistoryListener)