Uses of Interface
org.flowable.job.service.impl.history.async.AsyncHistoryListener
-
Packages that use AsyncHistoryListener Package Description org.flowable.job.service.impl.history.async -
-
Uses of AsyncHistoryListener in org.flowable.job.service.impl.history.async
Classes in org.flowable.job.service.impl.history.async that implement AsyncHistoryListener Modifier and Type Class Description classDefaultAsyncHistoryJobProducerFields in org.flowable.job.service.impl.history.async declared as AsyncHistoryListener Modifier and Type Field Description protected AsyncHistoryListenerAsyncHistorySession. asyncHistoryListenerprotected AsyncHistoryListenerAsyncHistorySessionCommandContextCloseListener. asyncHistoryListenerprotected AsyncHistoryListenerAsyncHistorySessionFactory. asyncHistoryListenerMethods in org.flowable.job.service.impl.history.async that return AsyncHistoryListener Modifier and Type Method Description protected AsyncHistoryListenerAbstractAsyncHistoryJobHandler. getAsyncHistoryListener(CommandContext commandContext)AsyncHistoryListenerAsyncHistorySession. getAsyncHistoryListener()AsyncHistoryListenerAsyncHistorySessionCommandContextCloseListener. getAsyncHistoryListener()AsyncHistoryListenerAsyncHistorySessionFactory. getAsyncHistoryListener()Methods in org.flowable.job.service.impl.history.async with parameters of type AsyncHistoryListener Modifier and Type Method Description voidAsyncHistorySessionCommandContextCloseListener. setAsyncHistoryListener(AsyncHistoryListener asyncHistoryListener)voidAsyncHistorySessionFactory. setAsyncHistoryListener(AsyncHistoryListener asyncHistoryListener)Constructors in org.flowable.job.service.impl.history.async with parameters of type AsyncHistoryListener Constructor Description AsyncHistorySession(CommandContext commandContext, AsyncHistoryListener asyncHistoryJobListener)AsyncHistorySession(CommandContext commandContext, AsyncHistoryListener asyncHistoryJobListener, List<String> jobDataTypes)AsyncHistorySessionCommandContextCloseListener(AsyncHistorySession asyncHistorySession, AsyncHistoryListener asyncHistoryListener)
-