Interface Topic.DefinitionStages.WithMessageBatching
-
- All Known Subinterfaces:
Topic.Definition,Topic.DefinitionStages.Blank,Topic.DefinitionStages.WithCreate
- Enclosing interface:
- Topic.DefinitionStages
public static interface Topic.DefinitionStages.WithMessageBatchingThe stage of the topic definition allowing specify batching behaviour.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Topic.DefinitionStages.WithCreatewithoutMessageBatching()Specifies that the default batching should be disabled on this topic.
-
-
-
Method Detail
-
withoutMessageBatching
Topic.DefinitionStages.WithCreate withoutMessageBatching()
Specifies that the default batching should be disabled on this topic. With batching Service Bus can batch multiple message when it write or delete messages from it's internal store.- Returns:
- the next stage of topic definition
-
-