Interface CommandDistributionBehavior.ContinuationRequestBuilder

Enclosing class:
CommandDistributionBehavior

public static interface CommandDistributionBehavior.ContinuationRequestBuilder
  • Method Details

    • continueWith

      <T extends UnifiedRecordValue> void continueWith(TypedRecord<T> command)
      Write this command once the queue is empty. If the queue is already empty, the command will be written immediately.
    • continueWith

      <T extends UnifiedRecordValue> void continueWith(ValueType valueType, Intent intent, T value)
      Write this command once the queue is empty. If the queue is already empty, the command will be written immediately.