Package io.strimzi.api.kafka.model
Interface KafkaMirrorMakerConsumerSpecFluent<A extends KafkaMirrorMakerConsumerSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,KafkaMirrorMakerClientSpecFluent<A>
- All Known Subinterfaces:
KafkaMirrorMakerSpecFluent.ConsumerNested<N>
- All Known Implementing Classes:
KafkaMirrorMakerConsumerSpecBuilder,KafkaMirrorMakerConsumerSpecFluentImpl,KafkaMirrorMakerSpecFluentImpl.ConsumerNestedImpl
public interface KafkaMirrorMakerConsumerSpecFluent<A extends KafkaMirrorMakerConsumerSpecFluent<A>> extends KafkaMirrorMakerClientSpecFluent<A>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.KafkaMirrorMakerClientSpecFluent
KafkaMirrorMakerClientSpecFluent.KafkaClientAuthenticationOAuthNested<N>, KafkaMirrorMakerClientSpecFluent.KafkaClientAuthenticationPlainNested<N>, KafkaMirrorMakerClientSpecFluent.KafkaClientAuthenticationScramSha256Nested<N>, KafkaMirrorMakerClientSpecFluent.KafkaClientAuthenticationScramSha512Nested<N>, KafkaMirrorMakerClientSpecFluent.KafkaClientAuthenticationTlsNested<N>, KafkaMirrorMakerClientSpecFluent.TlsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetGroupId()IntegergetNumStreams()IntegergetOffsetCommitInterval()BooleanhasGroupId()BooleanhasNumStreams()BooleanhasOffsetCommitInterval()AwithGroupId(String groupId)AwithNewGroupId(String original)Deprecated.AwithNumStreams(Integer numStreams)AwithOffsetCommitInterval(Integer offsetCommitInterval)-
Methods inherited from interface io.strimzi.api.kafka.model.KafkaMirrorMakerClientSpecFluent
addToConfig, addToConfig, buildAuthentication, buildTls, editOrNewTls, editOrNewTlsLike, editTls, getAuthentication, getBootstrapServers, getConfig, getTls, hasAuthentication, hasBootstrapServers, hasConfig, hasTls, removeFromConfig, removeFromConfig, withAuthentication, withBootstrapServers, withConfig, withKafkaClientAuthenticationOAuth, withKafkaClientAuthenticationPlain, withKafkaClientAuthenticationScramSha256, withKafkaClientAuthenticationScramSha512, withKafkaClientAuthenticationTls, withNewBootstrapServers, withNewKafkaClientAuthenticationOAuth, withNewKafkaClientAuthenticationOAuthLike, withNewKafkaClientAuthenticationPlain, withNewKafkaClientAuthenticationPlainLike, withNewKafkaClientAuthenticationScramSha256, withNewKafkaClientAuthenticationScramSha256Like, withNewKafkaClientAuthenticationScramSha512, withNewKafkaClientAuthenticationScramSha512Like, withNewKafkaClientAuthenticationTls, withNewKafkaClientAuthenticationTlsLike, withNewTls, withNewTlsLike, withTls
-
-
-
-
Method Detail
-
getNumStreams
Integer getNumStreams()
-
hasNumStreams
Boolean hasNumStreams()
-
getGroupId
String getGroupId()
-
hasGroupId
Boolean hasGroupId()
-
withNewGroupId
@Deprecated A withNewGroupId(String original)
Deprecated.
-
getOffsetCommitInterval
Integer getOffsetCommitInterval()
-
hasOffsetCommitInterval
Boolean hasOffsetCommitInterval()
-
-