Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- batch() - Element in annotation interface org.springframework.pulsar.annotation.PulsarListener
-
Activate batch consumption.
- BATCH - Enum constant in enum class org.springframework.pulsar.listener.AckMode
-
Batch ack mode.
- BEAN_NAME - Enum constant in enum class org.springframework.pulsar.observation.PulsarTemplateObservation.TemplateLowCardinalityTags
-
Bean name of the template that sent the message.
- beanFactory - Variable in class org.springframework.pulsar.annotation.AbstractPulsarAnnotationsBeanPostProcessor
- beanRef() - Element in annotation interface org.springframework.pulsar.annotation.PulsarListener
-
A pseudo bean name used in SpEL expressions within this annotation to reference the current bean within which this listener is defined.
- beanRef() - Element in annotation interface org.springframework.pulsar.annotation.PulsarReader
- beanRef() - Element in annotation interface org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListener
-
A pseudo bean name used in SpEL expressions within this annotation to reference the current bean within which this listener is defined.
- BROKER_PUBLISH_TIME - Static variable in class org.springframework.pulsar.support.PulsarHeaders
-
Broker publish time (long).
- build() - Method in class org.springframework.pulsar.core.PulsarTopicBuilder
-
Constructs the
PulsarTopic
with the properties configured in this builder. - build() - Method in class org.springframework.pulsar.reactive.core.DefaultReactivePulsarSenderFactory.Builder
-
Construct the sender factory using the specified settings.
- build() - Method in class org.springframework.pulsar.support.header.JsonPulsarHeaderMapper.JsonPulsarHeaderMapperBuilder
- builder() - Static method in class org.springframework.pulsar.support.header.JsonPulsarHeaderMapper
-
Construct a builder instance that can be used to construct a
JsonPulsarHeaderMapper
. - builder(String) - Static method in record class org.springframework.pulsar.core.PulsarTopic
-
Deprecated, for removal: This API element is subject to removal in a future version.
- builderFor(PulsarClient) - Static method in class org.springframework.pulsar.reactive.core.DefaultReactivePulsarSenderFactory
-
Create a builder that adapts the specified pulsar client.
- builderFor(ReactivePulsarClient) - Static method in class org.springframework.pulsar.reactive.core.DefaultReactivePulsarSenderFactory
-
Create a builder that uses the specified Reactive pulsar client.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
PulsarTopicBuilder()
orPulsarTopicBuilder(TopicDomain, String, String)