Class SchemaRegistryClientProperties
java.lang.Object
org.springframework.cloud.stream.schema.registry.client.config.SchemaRegistryClientProperties
@ConfigurationProperties(prefix="spring.cloud.stream.schema-registry-client")
public class SchemaRegistryClientProperties
extends Object
- Author:
- Marius Bogoevici, Vinicius Carvalho, Christian Tzolov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisCached()voidsetCached(boolean cached) voidsetEndpoint(String endpoint)
-
Constructor Details
-
SchemaRegistryClientProperties
public SchemaRegistryClientProperties()
-
-
Method Details
-
getEndpoint
-
setEndpoint
-
isCached
public boolean isCached() -
setCached
public void setCached(boolean cached)
-