Class RecurrentIntentResultFactory
java.lang.Object
dev.vality.adapter.flow.lib.service.RecurrentIntentResultFactory
public class RecurrentIntentResultFactory extends Object
-
Constructor Summary
Constructors Constructor Description RecurrentIntentResultFactory() -
Method Summary
Modifier and Type Method Description dev.vality.damsel.proxy_provider.RecurrentTokenIntentcreateFinishIntent(String recToken)dev.vality.damsel.proxy_provider.RecurrentTokenIntentcreateFinishIntentFailed(String errorCode, String errorMessage)dev.vality.damsel.proxy_provider.RecurrentTokenIntentcreateIntentWithSuspension(ExitStateModel exitStateModel)dev.vality.damsel.proxy_provider.RecurrentTokenIntentcreateSleepIntentForReinvocation()dev.vality.damsel.proxy_provider.RecurrentTokenIntentcreateSleepIntentWithExponentialPolling(ExitStateModel exitStateModel)
-
Constructor Details
-
RecurrentIntentResultFactory
public RecurrentIntentResultFactory()
-
-
Method Details
-
createIntentWithSuspension
public dev.vality.damsel.proxy_provider.RecurrentTokenIntent createIntentWithSuspension(ExitStateModel exitStateModel) -
createSleepIntentForReinvocation
public dev.vality.damsel.proxy_provider.RecurrentTokenIntent createSleepIntentForReinvocation() -
createSleepIntentWithExponentialPolling
public dev.vality.damsel.proxy_provider.RecurrentTokenIntent createSleepIntentWithExponentialPolling(ExitStateModel exitStateModel) -
createFinishIntent
-
createFinishIntentFailed
-