public class AsyncHistorySessionFactory extends Object implements SessionFactory
| Modifier and Type | Field and Description |
|---|---|
protected AsyncHistoryListener |
asyncHistoryListener |
| Constructor and Description |
|---|
AsyncHistorySessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
AsyncHistoryListener |
getAsyncHistoryListener() |
Class<?> |
getSessionType() |
Session |
openSession(CommandContext commandContext) |
void |
setAsyncHistoryListener(AsyncHistoryListener asyncHistoryListener) |
protected AsyncHistoryListener asyncHistoryListener
public Class<?> getSessionType()
getSessionType in interface SessionFactorypublic Session openSession(CommandContext commandContext)
openSession in interface SessionFactorypublic AsyncHistoryListener getAsyncHistoryListener()
public void setAsyncHistoryListener(AsyncHistoryListener asyncHistoryListener)
Copyright © 2017 Flowable. All rights reserved.