Uses of Class
org.springframework.pulsar.spring.cloud.stream.binder.properties.PulsarExtendedBindingProperties
Packages that use PulsarExtendedBindingProperties
Package
Description
Package containing Spring Cloud Stream binder classes for Apache Pulsar.
-
Uses of PulsarExtendedBindingProperties in org.springframework.pulsar.spring.cloud.stream.binder
Methods in org.springframework.pulsar.spring.cloud.stream.binder that return PulsarExtendedBindingPropertiesMethods in org.springframework.pulsar.spring.cloud.stream.binder with parameters of type PulsarExtendedBindingPropertiesModifier and TypeMethodDescriptionvoidPulsarMessageChannelBinder.setExtendedBindingProperties(PulsarExtendedBindingProperties extendedBindingProperties) -
Uses of PulsarExtendedBindingProperties in org.springframework.pulsar.spring.cloud.stream.binder.config
Methods in org.springframework.pulsar.spring.cloud.stream.binder.config with parameters of type PulsarExtendedBindingPropertiesModifier and TypeMethodDescriptionPulsarBinderConfiguration.pulsarMessageChannelBinder(PulsarTopicProvisioner pulsarTopicProvisioner, PulsarTemplate<Object> pulsarTemplate, PulsarConsumerFactory<byte[]> pulsarConsumerFactory, PulsarBinderConfigurationProperties binderConfigProps, PulsarExtendedBindingProperties bindingConfigProps, SchemaResolver schemaResolver, PulsarHeaderMapper headerMapper)