| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableConfiguration |
ImmutableConfiguration.Builder.build()
Builds a new
ImmutableConfiguration. |
static ImmutableConfiguration |
ImmutableConfiguration.copyOf(Plugin.Configuration instance)
Creates an immutable copy of a
Plugin.Configuration value. |
ImmutableConfiguration |
ImmutableConfiguration.withConfigDef(org.apache.kafka.common.config.ConfigDef value)
Copy the current immutable object by setting a value for the
configDef attribute. |
ImmutableConfiguration |
ImmutableConfiguration.withGroups(Iterable<? extends Plugin.Group> elements)
Copy the current immutable object with elements that replace the content of
groups. |
ImmutableConfiguration |
ImmutableConfiguration.withGroups(Plugin.Group... elements)
Copy the current immutable object with elements that replace the content of
groups. |
ImmutableConfiguration |
ImmutableConfiguration.withRequiredConfigs(Iterable<? extends Plugin.Item> elements)
Copy the current immutable object with elements that replace the content of
requiredConfigs. |
ImmutableConfiguration |
ImmutableConfiguration.withRequiredConfigs(Plugin.Item... elements)
Copy the current immutable object with elements that replace the content of
requiredConfigs. |
Copyright © 2016–2025. All rights reserved.