@Path(value="/ccompat/mode")
@Consumes(value={"application/json","application/octet-stream","application/vnd.schemaregistry.v1+json","application/vnd.schemaregistry+json"})
@Produces(value="application/vnd.schemaregistry.v1+json")
public interface ModeResource
Modifier and Type | Method and Description |
---|---|
ModeDto |
getGlobalMode() |
ModeDto |
updateGlobalMode(@NotNull ModeDto request) |
Copyright © 2020 Red Hat. All rights reserved.