Class IngressListenerConfiguration
- java.lang.Object
-
- io.strimzi.api.kafka.model.listener.KafkaListenerExternalConfiguration
-
- io.strimzi.api.kafka.model.listener.IngressListenerConfiguration
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
public class IngressListenerConfiguration extends KafkaListenerExternalConfiguration
Configures Ingress listeners- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IngressListenerConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressListenerBootstrapConfigurationgetBootstrap()List<IngressListenerBrokerConfiguration>getBrokers()voidsetBootstrap(IngressListenerBootstrapConfiguration bootstrap)voidsetBrokers(List<IngressListenerBrokerConfiguration> brokers)-
Methods inherited from class io.strimzi.api.kafka.model.listener.KafkaListenerExternalConfiguration
getAdditionalProperties, getBrokerCertChainAndKey, setAdditionalProperty, setBrokerCertChainAndKey
-
-
-
-
Method Detail
-
getBootstrap
public IngressListenerBootstrapConfiguration getBootstrap()
-
setBootstrap
public void setBootstrap(IngressListenerBootstrapConfiguration bootstrap)
-
getBrokers
public List<IngressListenerBrokerConfiguration> getBrokers()
-
setBrokers
public void setBrokers(List<IngressListenerBrokerConfiguration> brokers)
-
-