Package io.strimzi.api.kafka.model
Interface KafkaMirrorMakerProducerSpecFluent<A extends KafkaMirrorMakerProducerSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,KafkaMirrorMakerClientSpecFluent<A>
- All Known Subinterfaces:
KafkaMirrorMakerSpecFluent.ProducerNested<N>
- All Known Implementing Classes:
KafkaMirrorMakerProducerSpecBuilder,KafkaMirrorMakerProducerSpecFluentImpl,KafkaMirrorMakerSpecFluentImpl.ProducerNestedImpl
public interface KafkaMirrorMakerProducerSpecFluent<A extends KafkaMirrorMakerProducerSpecFluent<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.KafkaClientAuthenticationScramSha512Nested<N>, KafkaMirrorMakerClientSpecFluent.KafkaClientAuthenticationTlsNested<N>, KafkaMirrorMakerClientSpecFluent.TlsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetAbortOnSendFailure()BooleanhasAbortOnSendFailure()AwithAbortOnSendFailure(Boolean abortOnSendFailure)AwithNewAbortOnSendFailure(boolean arg1)AwithNewAbortOnSendFailure(String arg1)-
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, withKafkaClientAuthenticationScramSha512, withKafkaClientAuthenticationTls, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewKafkaClientAuthenticationOAuth, withNewKafkaClientAuthenticationOAuthLike, withNewKafkaClientAuthenticationPlain, withNewKafkaClientAuthenticationPlainLike, withNewKafkaClientAuthenticationScramSha512, withNewKafkaClientAuthenticationScramSha512Like, withNewKafkaClientAuthenticationTls, withNewKafkaClientAuthenticationTlsLike, withNewTls, withNewTlsLike, withTls
-
-