Interface ModeResource

  • All Known Implementing Classes:
    ModeResourceImpl

    @Path("/apis/ccompat/v6/mode")
    @Consumes({"application/json","application/octet-stream","application/vnd.schemaregistry.v1+json","application/vnd.schemaregistry+json"})
    @Produces({"application/json","application/octet-stream","application/vnd.schemaregistry.v1+json","application/vnd.schemaregistry+json"})
    public interface ModeResource
    Note:

    This API specification is owned by Confluent. We DO NOT support this endpoint. Fails with 404.

    Author:
    Ales Justin, Jakub Senko 'jsenko@redhat.com'
    • Method Detail

      • getGlobalMode

        @GET
        ModeDto getGlobalMode()
      • updateGlobalMode

        @PUT
        ModeDto updateGlobalMode​(@NotNull
                                 @NotNull ModeDto request)