Uses of Record Class
org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
Packages that use PulsarProperties.Defaults.SchemaInfo
Package
Description
Auto-configuration for Spring for Apache Pulsar.
-
Uses of PulsarProperties.Defaults.SchemaInfo in org.springframework.boot.autoconfigure.pulsar
Methods in org.springframework.boot.autoconfigure.pulsar that return PulsarProperties.Defaults.SchemaInfoModifier and TypeMethodDescriptionPulsarProperties.Defaults.TypeMapping.schemaInfo()
Returns the value of theschemaInfo
record component.Constructors in org.springframework.boot.autoconfigure.pulsar with parameters of type PulsarProperties.Defaults.SchemaInfoModifierConstructorDescriptionTypeMapping
(Class<?> messageType, String topicName, PulsarProperties.Defaults.SchemaInfo schemaInfo) Creates an instance of aTypeMapping
record class.