public interface UpdateRequestHandler
| Modifier and Type | Method and Description |
|---|---|
default void |
handle(ConfigUpdateRequest request) |
default void |
handle(ConfigUpdateRequest request,
Map<String,String> headerProperties) |
void |
handle(Schema schema,
TagSchemaRequest request) |
default void |
handle(Schema schema,
TagSchemaRequest request,
Map<String,String> headerProperties) |
void |
handle(String subject,
boolean normalize,
RegisterSchemaRequest request) |
default void |
handle(String subject,
boolean normalize,
RegisterSchemaRequest request,
Map<String,String> headerProperties) |
void |
handle(String subject,
ConfigUpdateRequest request) |
default void |
handle(String subject,
ConfigUpdateRequest request,
Map<String,String> headerProperties) |
default void handle(ConfigUpdateRequest request)
void handle(String subject, ConfigUpdateRequest request)
void handle(String subject, boolean normalize, RegisterSchemaRequest request)
void handle(Schema schema, TagSchemaRequest request)
default void handle(ConfigUpdateRequest request, Map<String,String> headerProperties) throws SchemaRegistryException
SchemaRegistryExceptiondefault void handle(String subject, ConfigUpdateRequest request, Map<String,String> headerProperties) throws SchemaRegistryException
SchemaRegistryExceptiondefault void handle(String subject, boolean normalize, RegisterSchemaRequest request, Map<String,String> headerProperties) throws SchemaRegistryException
SchemaRegistryExceptiondefault void handle(Schema schema, TagSchemaRequest request, Map<String,String> headerProperties) throws SchemaRegistryException
SchemaRegistryExceptionCopyright © 2026 Confluent, Inc.. All rights reserved.