Interface AutoTopicCreationOverride
-
- All Known Implementing Classes:
AutoTopicCreationOverrideImpl
public interface AutoTopicCreationOverrideOverride of autoTopicCreation settings on a namespace level.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAutoTopicCreationOverride.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AutoTopicCreationOverride.Builderbuilder()java.lang.IntegergetDefaultNumPartitions()java.lang.StringgetTopicType()booleanisAllowAutoTopicCreation()
-
-
-
Method Detail
-
isAllowAutoTopicCreation
boolean isAllowAutoTopicCreation()
-
getTopicType
java.lang.String getTopicType()
-
getDefaultNumPartitions
java.lang.Integer getDefaultNumPartitions()
-
builder
static AutoTopicCreationOverride.Builder builder()
-
-