Interface CommandDistributionBehavior.ContinuationRequestBuilder
- Enclosing class:
CommandDistributionBehavior
public static interface CommandDistributionBehavior.ContinuationRequestBuilder
-
Method Summary
Modifier and TypeMethodDescription<T extends UnifiedRecordValue>
voidcontinueWith
(ValueType valueType, Intent intent, T value) Write this command once the queue is empty.<T extends UnifiedRecordValue>
voidcontinueWith
(TypedRecord<T> command) Write this command once the queue is empty.
-
Method Details
-
continueWith
Write this command once the queue is empty. If the queue is already empty, the command will be written immediately. -
continueWith
Write this command once the queue is empty. If the queue is already empty, the command will be written immediately.
-