Class AsyncHistoryProperties
java.lang.Object
com.flowable.spring.boot.properties.AsyncHistoryProperties
@ConfigurationProperties(prefix="flowable.async-history")
public class AsyncHistoryProperties
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description AsyncHistoryProperties()
-
Method Summary
Modifier and Type Method Description int
getJsonGroupingThresHold()
JobMessagingConfiguration
getMessaging()
AsyncExecutorProperties.Mode
getMode()
int
getNumberOfRetries()
JobThreadPoolConfiguration
getThreadPool()
boolean
isEnableAsyncRelationalHistory()
boolean
isEnabled()
boolean
isJsonGroupingEnabled()
boolean
isJsonGzipCompression()
void
setEnableAsyncRelationalHistory(boolean enableAsyncRelationalHistory)
void
setEnabled(boolean enabled)
void
setJsonGroupingEnabled(boolean jsonGroupingEnabled)
void
setJsonGroupingThresHold(int jsonGroupingThresHold)
void
setJsonGzipCompression(boolean jsonGzipCompression)
void
setMessaging(JobMessagingConfiguration messaging)
void
setMode(AsyncExecutorProperties.Mode mode)
void
setNumberOfRetries(int numberOfRetries)
void
setThreadPool(JobThreadPoolConfiguration threadPool)
-
Constructor Details
-
AsyncHistoryProperties
public AsyncHistoryProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isEnableAsyncRelationalHistory
public boolean isEnableAsyncRelationalHistory() -
setEnableAsyncRelationalHistory
public void setEnableAsyncRelationalHistory(boolean enableAsyncRelationalHistory) -
getMode
-
setMode
-
getThreadPool
-
setThreadPool
-
getMessaging
-
setMessaging
-
getNumberOfRetries
public int getNumberOfRetries() -
setNumberOfRetries
public void setNumberOfRetries(int numberOfRetries) -
isJsonGroupingEnabled
public boolean isJsonGroupingEnabled() -
setJsonGroupingEnabled
public void setJsonGroupingEnabled(boolean jsonGroupingEnabled) -
getJsonGroupingThresHold
public int getJsonGroupingThresHold() -
setJsonGroupingThresHold
public void setJsonGroupingThresHold(int jsonGroupingThresHold) -
isJsonGzipCompression
public boolean isJsonGzipCompression() -
setJsonGzipCompression
public void setJsonGzipCompression(boolean jsonGzipCompression)
-