Class TopicManager
java.lang.Object
io.confluent.security.audit.telemetry.exporter.TopicManager
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal booleancheck()voidclose()static TopicManager.BuilderbooleanbooleantopicExists(String name) booleantopicManaged(String name)
-
Constructor Details
-
TopicManager
-
-
Method Details
-
newBuilder
-
ensureTopics
-
checkTopics
-
check
public final boolean check() -
reconcile
public boolean reconcile() -
addTopic
-
topicExists
-
topicManaged
-
managedTopics
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-