Class DefaultSchemaRegistryClient

java.lang.Object
org.springframework.cloud.stream.schema.registry.client.DefaultSchemaRegistryClient
All Implemented Interfaces:
SchemaRegistryClient

public class DefaultSchemaRegistryClient extends Object implements SchemaRegistryClient
Author:
Marius Bogoevici, Vinicius Carvalho, Christian Tzolov
  • Constructor Details

    • DefaultSchemaRegistryClient

      public DefaultSchemaRegistryClient(org.springframework.boot.restclient.RestTemplateBuilder builder)
    • DefaultSchemaRegistryClient

      public DefaultSchemaRegistryClient(org.springframework.web.client.RestTemplate restTemplate)
  • Method Details