Uses of Class
org.springframework.pulsar.spring.cloud.stream.binder.properties.PulsarProducerProperties
Packages that use PulsarProducerProperties
Package
Description
Package containing Spring Cloud Stream binder classes for Apache Pulsar.
Package containing Spring Cloud Stream binder properties classes for Apache Pulsar.
Package containing Spring Cloud Stream binder provisioning classes for Apache Pulsar.
-
Uses of PulsarProducerProperties in org.springframework.pulsar.spring.cloud.stream.binder
Methods in org.springframework.pulsar.spring.cloud.stream.binder that return PulsarProducerPropertiesModifier and TypeMethodDescriptionPulsarMessageChannelBinder.getExtendedProducerProperties(String channelName) Method parameters in org.springframework.pulsar.spring.cloud.stream.binder with type arguments of type PulsarProducerPropertiesModifier and TypeMethodDescriptionprotected MessageHandlerPulsarMessageChannelBinder.createProducerMessageHandler(org.springframework.cloud.stream.provisioning.ProducerDestination destination, org.springframework.cloud.stream.binder.ExtendedProducerProperties<PulsarProducerProperties> producerProperties, MessageChannel errorChannel) -
Uses of PulsarProducerProperties in org.springframework.pulsar.spring.cloud.stream.binder.properties
Methods in org.springframework.pulsar.spring.cloud.stream.binder.properties that return PulsarProducerPropertiesMethods in org.springframework.pulsar.spring.cloud.stream.binder.properties with parameters of type PulsarProducerPropertiesModifier and TypeMethodDescriptionvoidPulsarBindingProperties.setProducer(PulsarProducerProperties producer) -
Uses of PulsarProducerProperties in org.springframework.pulsar.spring.cloud.stream.binder.provisioning
Method parameters in org.springframework.pulsar.spring.cloud.stream.binder.provisioning with type arguments of type PulsarProducerPropertiesModifier and TypeMethodDescriptionorg.springframework.cloud.stream.provisioning.ProducerDestinationPulsarTopicProvisioner.provisionProducerDestination(String name, org.springframework.cloud.stream.binder.ExtendedProducerProperties<PulsarProducerProperties> pulsarProducerProperties)