@Deprecated public class DefaultStateMachineConfig extends Object implements StateMachineConfig, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
DefaultStateMachineConfig()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
|
org.springframework.context.ApplicationContext |
getApplicationContext()
Deprecated.
|
ProcessCtrlEventPublisher |
getAsyncProcessCtrlEventPublisher()
Deprecated.
this method will return a
ProcessCtrlEventPublisher which is wrapped from ProcessCtrlEventPublisher
notice: This method cannot be referenced in the normal process of saga. |
String |
getCharset()
Deprecated.
this method will return a
ServiceInvokerManager which is wrapped from ServiceInvokerManager
notice: This method cannot be referenced in the normal process of saga. |
String |
getDefaultTenantId()
Deprecated.
Gets get default tenant id.
|
ExpressionFactoryManager |
getExpressionFactoryManager()
Deprecated.
this method will return a
ExpressionFactoryManager which is wrapped from ExpressionFactoryManager
notice: This method cannot be referenced in the normal process of saga. |
ExpressionResolver |
getExpressionResolver()
Deprecated.
this method will return a
ExpressionResolver which is wrapped from ExpressionResolver
notice: This method cannot be referenced in the normal process of saga. |
ProcessCtrlEventPublisher |
getProcessCtrlEventPublisher()
Deprecated.
this method will return a
ProcessCtrlEventPublisher which is wrapped from ProcessCtrlEventPublisher
notice: This method cannot be referenced in the normal process of saga. |
String |
getSagaJsonParser()
Deprecated.
|
ScriptEngineManager |
getScriptEngineManager()
Deprecated.
get ScriptEngineManager
|
SeqGenerator |
getSeqGenerator()
Deprecated.
Gets get seq generator.
|
ServiceInvokerManager |
getServiceInvokerManager()
Deprecated.
get ServiceInvokerManager
|
int |
getServiceInvokeTimeout()
Deprecated.
get service invoke timeout
|
StateLangStore |
getStateLangStore()
Deprecated.
Gets get state language definition store.
|
StateLogRepository |
getStateLogRepository()
Deprecated.
this method will return a
StateLogRepository which is wrapped from StateLogRepository
notice: This method cannot be referenced in the normal process of saga. |
StateLogStore |
getStateLogStore()
Deprecated.
Gets get state log store.
|
StateMachineRepository |
getStateMachineRepository()
Deprecated.
this method will return a
StateMachineRepository which is wrapped from StateMachineRepository
notice: This method cannot be referenced in the normal process of saga. |
StatusDecisionStrategy |
getStatusDecisionStrategy()
Deprecated.
this method will return a
StatusDecisionStrategy which is wrapped from StatusDecisionStrategy
notice: This method cannot be referenced in the normal process of saga. |
ThreadPoolExecutor |
getThreadPoolExecutor()
Deprecated.
Gets get thread pool executor.
|
int |
getTransOperationTimeout()
Deprecated.
get trans operation timeout
|
boolean |
isEnableAsync()
Deprecated.
Is enable async boolean.
|
boolean |
isSagaCompensatePersistModeUpdate()
Deprecated.
|
boolean |
isSagaRetryPersistModeUpdate()
Deprecated.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Deprecated.
|
void |
setAsyncProcessCtrlEventPublisher(ProcessCtrlEventPublisher asyncProcessCtrlEventPublisher)
Deprecated.
|
void |
setAutoRegisterResources(boolean autoRegisterResources)
Deprecated.
|
void |
setCharset(String charset)
Deprecated.
|
void |
setDefaultTenantId(String defaultTenantId)
Deprecated.
|
void |
setEnableAsync(boolean enableAsync)
Deprecated.
|
void |
setExpressionFactoryManager(ExpressionFactoryManager expressionFactoryManager)
Deprecated.
|
void |
setExpressionResolver(ExpressionResolver expressionResolver)
Deprecated.
fix setExpressionFactoryManager NPE issue
|
void |
setResources(String[] resources)
Deprecated.
|
void |
setSagaCompensatePersistModeUpdate(boolean sagaCompensatePersistModeUpdate)
Deprecated.
|
void |
setSagaJsonParser(String sagaJsonParser)
Deprecated.
|
void |
setSagaRetryPersistModeUpdate(boolean sagaRetryPersistModeUpdate)
Deprecated.
|
void |
setScriptEngineManager(ScriptEngineManager scriptEngineManager)
Deprecated.
|
void |
setSeqGenerator(SeqGenerator seqGenerator)
Deprecated.
|
void |
setServiceInvokerManager(ServiceInvokerManager serviceInvokerManager)
Deprecated.
|
void |
setServiceInvokeTimeout(int serviceInvokeTimeout)
Deprecated.
|
void |
setStateLangStore(StateLangStore stateLangStore)
Deprecated.
|
void |
setStateLogRepository(StateLogRepository stateLogRepository)
Deprecated.
|
void |
setStateLogStore(StateLogStore stateLogStore)
Deprecated.
|
void |
setStateMachineRepository(StateMachineRepository stateMachineRepository)
Deprecated.
|
void |
setStatusDecisionStrategy(StatusDecisionStrategy statusDecisionStrategy)
Deprecated.
|
void |
setSyncProcessCtrlEventPublisher(ProcessCtrlEventPublisher syncProcessCtrlEventPublisher)
Deprecated.
|
void |
setThreadPoolExecutor(ThreadPoolExecutor threadPoolExecutor)
Deprecated.
|
void |
setTransOperationTimeout(int transOperationTimeout)
Deprecated.
|
DefaultStateMachineConfig |
unwrap()
Deprecated.
|
static DefaultStateMachineConfig |
wrap(DefaultStateMachineConfig target)
Deprecated.
|
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic StateLogStore getStateLogStore()
StateMachineConfiggetStateLogStore in interface StateMachineConfigpublic void setStateLogStore(StateLogStore stateLogStore)
public StateLangStore getStateLangStore()
StateMachineConfiggetStateLangStore in interface StateMachineConfigpublic void setStateLangStore(StateLangStore stateLangStore)
public ExpressionFactoryManager getExpressionFactoryManager()
ExpressionFactoryManager which is wrapped from ExpressionFactoryManager
notice: This method cannot be referenced in the normal process of saga. The method here is only for
compatibility interfaces StateMachineConfig public methods.getExpressionFactoryManager in interface StateMachineConfigpublic void setExpressionFactoryManager(ExpressionFactoryManager expressionFactoryManager)
public void setExpressionResolver(ExpressionResolver expressionResolver)
expressionResolver - public ExpressionResolver getExpressionResolver()
ExpressionResolver which is wrapped from ExpressionResolver
notice: This method cannot be referenced in the normal process of saga. The method here is only for
compatibility interfaces StateMachineConfig public methods.getExpressionResolver in interface StateMachineConfigpublic String getCharset()
ServiceInvokerManager which is wrapped from ServiceInvokerManager
notice: This method cannot be referenced in the normal process of saga. The method here is only for
compatibility interfaces StateMachineConfig public methods.getCharset in interface StateMachineConfigpublic void setCharset(String charset)
public StateMachineRepository getStateMachineRepository()
StateMachineRepository which is wrapped from StateMachineRepository
notice: This method cannot be referenced in the normal process of saga. The method here is only for
compatibility interfaces StateMachineConfig public methods.getStateMachineRepository in interface StateMachineConfigpublic void setStateMachineRepository(StateMachineRepository stateMachineRepository)
public StatusDecisionStrategy getStatusDecisionStrategy()
StatusDecisionStrategy which is wrapped from StatusDecisionStrategy
notice: This method cannot be referenced in the normal process of saga. The method here is only for
compatibility interfaces StateMachineConfig public methods.getStatusDecisionStrategy in interface StateMachineConfigpublic void setStatusDecisionStrategy(StatusDecisionStrategy statusDecisionStrategy)
public SeqGenerator getSeqGenerator()
StateMachineConfiggetSeqGenerator in interface StateMachineConfigpublic void setSeqGenerator(SeqGenerator seqGenerator)
public ProcessCtrlEventPublisher getProcessCtrlEventPublisher()
ProcessCtrlEventPublisher which is wrapped from ProcessCtrlEventPublisher
notice: This method cannot be referenced in the normal process of saga. The method here is only for
compatibility interfaces StateMachineConfig public methods.getProcessCtrlEventPublisher in interface StateMachineConfigpublic ProcessCtrlEventPublisher getAsyncProcessCtrlEventPublisher()
ProcessCtrlEventPublisher which is wrapped from ProcessCtrlEventPublisher
notice: This method cannot be referenced in the normal process of saga. The method here is only for
compatibility interfaces StateMachineConfig public methods.getAsyncProcessCtrlEventPublisher in interface StateMachineConfigpublic void setAsyncProcessCtrlEventPublisher(ProcessCtrlEventPublisher asyncProcessCtrlEventPublisher)
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic ThreadPoolExecutor getThreadPoolExecutor()
StateMachineConfiggetThreadPoolExecutor in interface StateMachineConfigpublic void setThreadPoolExecutor(ThreadPoolExecutor threadPoolExecutor)
public boolean isEnableAsync()
StateMachineConfigisEnableAsync in interface StateMachineConfigpublic void setEnableAsync(boolean enableAsync)
public StateLogRepository getStateLogRepository()
StateLogRepository which is wrapped from StateLogRepository
notice: This method cannot be referenced in the normal process of saga. The method here is only for
compatibility interfaces StateMachineConfig public methods.getStateLogRepository in interface StateMachineConfigpublic void setStateLogRepository(StateLogRepository stateLogRepository)
public void setSyncProcessCtrlEventPublisher(ProcessCtrlEventPublisher syncProcessCtrlEventPublisher)
public void setAutoRegisterResources(boolean autoRegisterResources)
public void setResources(String[] resources)
public ServiceInvokerManager getServiceInvokerManager()
StateMachineConfiggetServiceInvokerManager in interface StateMachineConfigpublic void setServiceInvokerManager(ServiceInvokerManager serviceInvokerManager)
public String getDefaultTenantId()
StateMachineConfiggetDefaultTenantId in interface StateMachineConfigpublic void setDefaultTenantId(String defaultTenantId)
public int getTransOperationTimeout()
StateMachineConfiggetTransOperationTimeout in interface StateMachineConfigpublic void setTransOperationTimeout(int transOperationTimeout)
public int getServiceInvokeTimeout()
StateMachineConfiggetServiceInvokeTimeout in interface StateMachineConfigpublic void setServiceInvokeTimeout(int serviceInvokeTimeout)
public ScriptEngineManager getScriptEngineManager()
StateMachineConfiggetScriptEngineManager in interface StateMachineConfigpublic void setScriptEngineManager(ScriptEngineManager scriptEngineManager)
public String getSagaJsonParser()
public void setSagaJsonParser(String sagaJsonParser)
public boolean isSagaRetryPersistModeUpdate()
public void setSagaRetryPersistModeUpdate(boolean sagaRetryPersistModeUpdate)
public boolean isSagaCompensatePersistModeUpdate()
public void setSagaCompensatePersistModeUpdate(boolean sagaCompensatePersistModeUpdate)
public static DefaultStateMachineConfig wrap(DefaultStateMachineConfig target)
public DefaultStateMachineConfig unwrap()
Copyright © 2025 Apache. All rights reserved.