Class PulsarProperties.Defaults
java.lang.Object
org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults
- Enclosing class:
- PulsarProperties
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
Represents a schema - holds enough information to construct an actual schema instance.static final record
A mapping from message type to topic and/or schema info to use (at least one oftopicName
orschemaInfo
must be specified. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setTypeMappings
(List<PulsarProperties.Defaults.TypeMapping> typeMappings)
-
Constructor Details
-
Defaults
public Defaults()
-
-
Method Details
-
getTypeMappings
-
setTypeMappings
-