Uses of Interface
org.springframework.pulsar.core.PulsarOperations.SendMessageBuilder
Packages that use PulsarOperations.SendMessageBuilder
Package
Description
Package containing the core components of the framework.
-
Uses of PulsarOperations.SendMessageBuilder in org.springframework.pulsar.core
Classes in org.springframework.pulsar.core that implement PulsarOperations.SendMessageBuilderMethods in org.springframework.pulsar.core that return PulsarOperations.SendMessageBuilderModifier and TypeMethodDescriptionPulsarOperations.newMessage(T message) Create abuilderfor configuring and sending a message.PulsarTemplate.newMessage(T message) PulsarOperations.SendMessageBuilder.withEncryptionKeys(Collection<String> encryptionKeys) Specify the encryption keys to use.PulsarTemplate.SendMessageBuilderImpl.withEncryptionKeys(Collection<String> encryptionKeys) PulsarOperations.SendMessageBuilder.withMessageCustomizer(TypedMessageBuilderCustomizer<T> messageCustomizer) Specifies the message customizer to use to further configure the message.PulsarTemplate.SendMessageBuilderImpl.withMessageCustomizer(TypedMessageBuilderCustomizer<T> messageCustomizer) PulsarOperations.SendMessageBuilder.withProducerCustomizer(ProducerBuilderCustomizer<T> producerCustomizer) Specifies the customizer to use to further configure the producer builder.PulsarTemplate.SendMessageBuilderImpl.withProducerCustomizer(ProducerBuilderCustomizer<T> producerCustomizer) Specify the topic to send the message to.