Interface MetadataProvider
- All Superinterfaces:
AutoCloseable,Closeable,org.apache.kafka.common.Configurable,Provider
Interface used by providers of metadata, e.g. an Embedded Metadata Server.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanproviderConfigured(Map<String, ?> configs) Returns true if minimal configs of this provider are included in the provided configs.Methods inherited from interface org.apache.kafka.common.Configurable
configureMethods inherited from interface io.confluent.security.authorizer.provider.Provider
providerName, start, usesMetadataFromThisKafkaCluster
-
Method Details
-
providerConfigured
-