Package io.confluent.dekregistry
Class DekRegistryResourceExtension
java.lang.Object
io.confluent.dekregistry.DekRegistryResourceExtension
- All Implemented Interfaces:
SchemaRegistryResourceExtension,Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanvoidregister(jakarta.ws.rs.core.Configurable<?> configurable, SchemaRegistryConfig schemaRegistryConfig, SchemaRegistry schemaRegistry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.confluent.kafka.schemaregistry.rest.extensions.SchemaRegistryResourceExtension
healthy
-
Constructor Details
-
DekRegistryResourceExtension
public DekRegistryResourceExtension()
-
-
Method Details
-
register
public void register(jakarta.ws.rs.core.Configurable<?> configurable, SchemaRegistryConfig schemaRegistryConfig, SchemaRegistry schemaRegistry) throws SchemaRegistryException - Specified by:
registerin interfaceSchemaRegistryResourceExtension- Throws:
SchemaRegistryException
-
initialized
public boolean initialized()- Specified by:
initializedin interfaceSchemaRegistryResourceExtension
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-