Interface SchemaRegistryResourceExtension
- All Superinterfaces:
AutoCloseable,Closeable
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanhealthy()default booleanvoidregister(jakarta.ws.rs.core.Configurable<?> config, SchemaRegistryConfig schemaRegistryConfig, SchemaRegistry schemaRegistry)
-
Method Details
-
register
void register(jakarta.ws.rs.core.Configurable<?> config, SchemaRegistryConfig schemaRegistryConfig, SchemaRegistry schemaRegistry) throws SchemaRegistryException - Throws:
SchemaRegistryException
-
initialized
default boolean initialized() -
healthy
default boolean healthy()
-