Interface HasJmxOptions
- All Known Implementing Classes:
AbstractKafkaConnectSpec,KafkaClusterSpec,KafkaConnectSpec,KafkaMirrorMaker2Spec,ZookeeperClusterSpec
public interface HasJmxOptions
This interface is used for sections of our custom resources JMX configuration
-
Method Summary
Modifier and TypeMethodDescriptionGets the JMX optionsGets a template which contains JMX Secret templatevoidsetJmxOptions(KafkaJmxOptions jmxOptions) Sets the JMX Options
-
Method Details
-
getJmxOptions
KafkaJmxOptions getJmxOptions()Gets the JMX options- Returns:
- JMX options
-
setJmxOptions
Sets the JMX Options- Parameters:
jmxOptions- JMX Options
-
getTemplate
HasJmxSecretTemplate getTemplate()Gets a template which contains JMX Secret template- Returns:
- Template with JMX Secret template
-