Uses of Record Class
org.springframework.boot.pulsar.autoconfigure.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.pulsar.autoconfigure
Methods in org.springframework.boot.pulsar.autoconfigure that return PulsarProperties.Defaults.SchemaInfoModifier and TypeMethodDescription@Nullable PulsarProperties.Defaults.SchemaInfoPulsarProperties.Defaults.TypeMapping.schemaInfo()Returns the value of theschemaInforecord component.Constructors in org.springframework.boot.pulsar.autoconfigure with parameters of type PulsarProperties.Defaults.SchemaInfoModifierConstructorDescriptionTypeMapping(Class<?> messageType, @Nullable String topicName, @Nullable PulsarProperties.Defaults.SchemaInfo schemaInfo) Creates an instance of aTypeMappingrecord class.