@Path(value="/contexts")
@Produces(value={"application/vnd.schemaregistry.v1+json","application/vnd.schemaregistry+json; qs=0.9","application/json; qs=0.5"})
@Consumes(value={"application/vnd.schemaregistry.v1+json","application/vnd.schemaregistry+json","application/json","application/octet-stream"})
public class ContextsResource
extends Object
| Constructor and Description |
|---|
ContextsResource(KafkaSchemaRegistry schemaRegistry) |
public static final String apiTag
public ContextsResource(KafkaSchemaRegistry schemaRegistry)
@GET @DocumentedName(value="getAllContexts") @PerformanceMetric(value="contexts.list") public List<String> listContexts()
Copyright © 2026 Confluent, Inc.. All rights reserved.