Package org.springframework.boot.autoconfigure.pulsar
package org.springframework.boot.autoconfigure.pulsar
Auto-configuration for Spring for Apache Pulsar.
-
ClassDescription
Auto-configuration
for Apache Pulsar.Details required to establish a connection to a Pulsar service.PulsarContainerFactoryCustomizer<T extends org.springframework.pulsar.config.PulsarContainerFactory<?,?>> Callback interface that can be implemented by beans wishing to customize aPulsarContainerFactory
before it is fully initialized, in particular to tune its configuration.Configuration properties Apache Pulsar.Represents a schema - holds enough information to construct an actual schema instance.A mapping from message type to topic and/or schema info to use (at least one oftopicName
orschemaInfo
must be specified.Auto-configuration
for Spring for Apache Pulsar Reactive.