Class CompositeUpdateRequestHandler
java.lang.Object
io.confluent.kafka.schemaregistry.rest.handlers.CompositeUpdateRequestHandler
- All Implemented Interfaces:
UpdateRequestHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ConfigUpdateRequest request) voidhandle(ConfigUpdateRequest request, Map<String, String> headerProperties) voidhandle(Schema schema, TagSchemaRequest request) voidvoidhandle(String subject, boolean normalize, RegisterSchemaRequest request) voidhandle(String subject, boolean normalize, RegisterSchemaRequest request, Map<String, String> headerProperties) voidhandle(String subject, ConfigUpdateRequest request) void
-
Constructor Details
-
CompositeUpdateRequestHandler
-
-
Method Details
-
handle
- Specified by:
handlein interfaceUpdateRequestHandler
-
handle
- Specified by:
handlein interfaceUpdateRequestHandler
-
handle
- Specified by:
handlein interfaceUpdateRequestHandler
-
handle
- Specified by:
handlein interfaceUpdateRequestHandler
-
handle
public void handle(ConfigUpdateRequest request, Map<String, String> headerProperties) throws SchemaRegistryException- Specified by:
handlein interfaceUpdateRequestHandler- Throws:
SchemaRegistryException
-
handle
public void handle(String subject, ConfigUpdateRequest request, Map<String, String> headerProperties) throws SchemaRegistryException- Specified by:
handlein interfaceUpdateRequestHandler- Throws:
SchemaRegistryException
-
handle
public void handle(String subject, boolean normalize, RegisterSchemaRequest request, Map<String, String> headerProperties) throws SchemaRegistryException- Specified by:
handlein interfaceUpdateRequestHandler- Throws:
SchemaRegistryException
-
handle
public void handle(Schema schema, TagSchemaRequest request, Map<String, String> headerProperties) throws SchemaRegistryException- Specified by:
handlein interfaceUpdateRequestHandler- Throws:
SchemaRegistryException
-