Class KafkaListenerExternalConfiguration
- java.lang.Object
-
- io.strimzi.api.kafka.model.listener.KafkaListenerExternalConfiguration
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
- Direct Known Subclasses:
IngressListenerConfiguration,NodePortListenerConfiguration
public class KafkaListenerExternalConfiguration extends Object implements Serializable, UnknownPropertyPreserving
Configures External listeners- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KafkaListenerExternalConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()CertAndKeySecretSourcegetBrokerCertChainAndKey()voidsetAdditionalProperty(String name, Object value)voidsetBrokerCertChainAndKey(CertAndKeySecretSource brokerCertChainAndKey)
-
-
-
Method Detail
-
getBrokerCertChainAndKey
public CertAndKeySecretSource getBrokerCertChainAndKey()
-
setBrokerCertChainAndKey
public void setBrokerCertChainAndKey(CertAndKeySecretSource brokerCertChainAndKey)
-
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
- Specified by:
getAdditionalPropertiesin interfaceUnknownPropertyPreserving
-
setAdditionalProperty
public void setAdditionalProperty(String name, Object value)
- Specified by:
setAdditionalPropertyin interfaceUnknownPropertyPreserving
-
-