Class RecurrentIntentResultFactory

java.lang.Object
dev.vality.adapter.flow.lib.service.RecurrentIntentResultFactory

public class RecurrentIntentResultFactory
extends Object
  • 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

      public dev.vality.damsel.proxy_provider.RecurrentTokenIntent createFinishIntent​(String recToken)
    • createFinishIntentFailed

      public dev.vality.damsel.proxy_provider.RecurrentTokenIntent createFinishIntentFailed​(String errorCode, String errorMessage)