Class UpsertSearchAttributesDecisionStateMachine


  • public class UpsertSearchAttributesDecisionStateMachine
    extends java.lang.Object
    • Field Detail

      • state

        protected com.uber.cadence.internal.replay.DecisionState state
      • stateHistory

        protected java.util.List<java.lang.String> stateHistory
    • Method Detail

      • getDecision

        public Decision getDecision()
      • getState

        public com.uber.cadence.internal.replay.DecisionState getState()
      • getId

        public com.uber.cadence.internal.replay.DecisionId getId()
      • isDone

        public boolean isDone()
      • handleDecisionTaskStartedEvent

        public void handleDecisionTaskStartedEvent()
      • cancel

        public boolean cancel​(java.lang.Runnable immediateCancellationCallback)
      • handleInitiatedEvent

        public void handleInitiatedEvent​(HistoryEvent event)
      • handleInitiationFailedEvent

        public void handleInitiationFailedEvent​(HistoryEvent event)
      • handleStartedEvent

        public void handleStartedEvent​(HistoryEvent event)
      • handleCompletionEvent

        public void handleCompletionEvent()
      • handleCancellationInitiatedEvent

        public void handleCancellationInitiatedEvent()
      • handleCancellationFailureEvent

        public void handleCancellationFailureEvent​(HistoryEvent event)
      • handleCancellationEvent

        public void handleCancellationEvent()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • failStateTransition

        protected void failStateTransition()