Class AsyncHistorySessionFactory
java.lang.Object
org.flowable.job.service.impl.history.async.AsyncHistorySessionFactory
- All Implemented Interfaces:
SessionFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>openSession(CommandContext commandContext) voidregisterJobDataTypes(List<String> registeredJobDataTypes) voidsetAsyncHistoryListener(AsyncHistoryListener asyncHistoryListener) voidsetRegisteredJobDataTypes(List<String> registeredJobDataTypes)
-
Field Details
-
asyncHistoryListener
-
registeredJobDataTypes
-
-
Constructor Details
-
AsyncHistorySessionFactory
public AsyncHistorySessionFactory()
-
-
Method Details
-
getSessionType
- Specified by:
getSessionTypein interfaceSessionFactory
-
openSession
- Specified by:
openSessionin interfaceSessionFactory
-
registerJobDataTypes
-
getAsyncHistoryListener
-
setAsyncHistoryListener
-
getRegisteredJobDataTypes
-
setRegisteredJobDataTypes
-