Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- parameterIsType(Type, Type) - Method in class org.springframework.pulsar.listener.adapter.AbstractPulsarMessageToSpringMessageAdapter
- PatternMatch(String, boolean) - Constructor for class org.springframework.pulsar.support.header.PulsarHeaderMatcher.PatternMatch
- pause() - Method in class org.springframework.pulsar.listener.AbstractPulsarMessageListenerContainer
- pause() - Method in interface org.springframework.pulsar.listener.PulsarMessageListenerContainer
- 
Pause this container before the next poll().
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.pulsar.annotation.PulsarListenerAnnotationBeanPostProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.pulsar.annotation.PulsarReaderAnnotationBeanPostProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListenerAnnotationBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.pulsar.annotation.AbstractPulsarAnnotationsBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListenerAnnotationBeanPostProcessor
- postProcessEndpointsBeforeRegistration() - Method in class org.springframework.pulsar.annotation.PulsarListenerAnnotationBeanPostProcessor
- postProcessEndpointsBeforeRegistration() - Method in class org.springframework.pulsar.annotation.PulsarReaderAnnotationBeanPostProcessor
- postProcessEndpointsBeforeRegistration() - Method in class org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListenerAnnotationBeanPostProcessor
- PREFIX - Static variable in class org.springframework.pulsar.support.PulsarHeaders
- 
The prefix for Pulsar headers.
- processListener(MethodPulsarListenerEndpoint<?>, PulsarListener, Object, String, String[], String) - Method in class org.springframework.pulsar.annotation.PulsarListenerAnnotationBeanPostProcessor
- processListener(MethodReactivePulsarListenerEndpoint<?>, ReactivePulsarListener, Object, String, String[], String) - Method in class org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListenerAnnotationBeanPostProcessor
- processPulsarListener(PulsarListener, Method, Object, String) - Method in class org.springframework.pulsar.annotation.PulsarListenerAnnotationBeanPostProcessor
- processPulsarReader(PulsarReader, Method, Object, String) - Method in class org.springframework.pulsar.annotation.PulsarReaderAnnotationBeanPostProcessor
- processReactivePulsarListener(ReactivePulsarListener, Method, Object, String) - Method in class org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListenerAnnotationBeanPostProcessor
- processReader(MethodPulsarReaderEndpoint<?>, PulsarReader, Object, String, String[]) - Method in class org.springframework.pulsar.annotation.PulsarReaderAnnotationBeanPostProcessor
- PRODUCER_NAME - Static variable in class org.springframework.pulsar.support.PulsarHeaders
- 
Producer name.
- ProducerBuilderConfigurationUtil - Class in org.springframework.pulsar.core
- 
Utility methods to help load configuration into aProducerBuilder.
- ProducerBuilderCustomizer<T> - Interface in org.springframework.pulsar.core
- 
The interface to customize aProducerBuilder.
- properties() - Element in annotation interface org.springframework.pulsar.annotation.PulsarListener
- 
Pulsar consumer properties; they will supersede any properties with the same name defined in the consumer factory (if the consumer factory supports property overrides).
- properties() - Method in class org.springframework.pulsar.observation.PulsarMessageSenderContext.MessageHolder
- properties() - Method in class org.springframework.pulsar.observation.PulsarMessageSenderContext
- property(String, String) - Method in class org.springframework.pulsar.observation.PulsarMessageSenderContext.MessageHolder
- PUBLISH_TIME - Static variable in class org.springframework.pulsar.support.PulsarHeaders
- 
Message publish time (long).
- PULSAR_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.pulsar.config.PulsarAnnotationSupportBeanNames
- 
The bean name of the internally managed Pulsar listener annotation processor.
- PULSAR_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME - Static variable in class org.springframework.pulsar.config.PulsarAnnotationSupportBeanNames
- 
The bean name of the internally managed Pulsar listener endpoint registry.
- PULSAR_MESSAGE - Static variable in class org.springframework.pulsar.support.PulsarHeaders
- 
The prefix for the message.
- PULSAR_READER_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.pulsar.config.PulsarAnnotationSupportBeanNames
- 
The bean name of the internally managed Pulsar reader annotation processor.
- PULSAR_READER_ENDPOINT_REGISTRY_BEAN_NAME - Static variable in class org.springframework.pulsar.config.PulsarAnnotationSupportBeanNames
- 
The bean name of the internally managed Pulsar listener endpoint registry.
- PulsarAcknowledgingMessageListener<T> - Interface in org.springframework.pulsar.listener
- 
Message listener for manually acknowledging messages.
- PulsarAdminBuilderCustomizer - Interface in org.springframework.pulsar.core
- 
The interface to customize aPulsarAdminBuilder.
- PulsarAdministration - Class in org.springframework.pulsar.core
- 
An administration class that delegates toPulsarAdminto create and manage topics defined in the application context.
- PulsarAdministration(String) - Constructor for class org.springframework.pulsar.core.PulsarAdministration
- 
Construct a default instance using the specified service url.
- PulsarAdministration(List<PulsarAdminBuilderCustomizer>) - Constructor for class org.springframework.pulsar.core.PulsarAdministration
- 
Construct an instance with the specified customizations.
- PulsarAdministration(PulsarAdminBuilderCustomizer) - Constructor for class org.springframework.pulsar.core.PulsarAdministration
- 
Construct an instance with the specified customizations.
- PulsarAdministrationOperations - Interface in org.springframework.pulsar.core
- 
The Pulsar administration contract.
- PulsarAnnotationsConfigurationSelector - Class in org.springframework.pulsar.annotation
- 
ADeferredImportSelectorimplementation with the lowest order to importPulsarBootstrapConfigurationas late as possible.
- PulsarAnnotationsConfigurationSelector() - Constructor for class org.springframework.pulsar.annotation.PulsarAnnotationsConfigurationSelector
- PulsarAnnotationSupportBeanNames - Class in org.springframework.pulsar.config
- 
Constants for bean names that need to be accessed in multiple places by name.
- PulsarAnnotationSupportBeanNames() - Constructor for class org.springframework.pulsar.config.PulsarAnnotationSupportBeanNames
- PulsarBatchAcknowledgingMessageListener<T> - Interface in org.springframework.pulsar.listener
- 
Batch message listener that allows manual acknowledgment.
- PulsarBatchListenerFailedException - Exception in org.springframework.pulsar.listener
- 
Batch message listeners should throw this exception in the event of an error.
- PulsarBatchListenerFailedException(String, Throwable, Message<?>) - Constructor for exception org.springframework.pulsar.listener.PulsarBatchListenerFailedException
- PulsarBatchListenerFailedException(String, Message<?>) - Constructor for exception org.springframework.pulsar.listener.PulsarBatchListenerFailedException
- PulsarBatchMessageListener<T> - Interface in org.springframework.pulsar.listener
- 
Batch message listener.
- PulsarBatchMessagesToSpringMessageListenerAdapter<V> - Class in org.springframework.pulsar.listener.adapter
- 
AMessageListeneradapter that invokes a configurableHandlerAdapter; used when the factory is configured for the listener to receive batches of messages.
- PulsarBatchMessagesToSpringMessageListenerAdapter(Object, Method) - Constructor for class org.springframework.pulsar.listener.adapter.PulsarBatchMessagesToSpringMessageListenerAdapter
- PulsarBootstrapConfiguration - Class in org.springframework.pulsar.annotation
- 
AnImportBeanDefinitionRegistrarclass that registers aPulsarListenerAnnotationBeanPostProcessorbean capable of processing Spring's @PulsarListenerannotation.
- PulsarBootstrapConfiguration() - Constructor for class org.springframework.pulsar.annotation.PulsarBootstrapConfiguration
- PulsarClientBuilderCustomizer - Interface in org.springframework.pulsar.core
- 
The interface to customize aClientBuilder.
- PulsarClientFactory - Interface in org.springframework.pulsar.core
- 
Pulsar client factory interface.
- pulsarConsumerErrorHandler - Variable in class org.springframework.pulsar.listener.AbstractPulsarMessageListenerContainer
- pulsarConsumerErrorHandler() - Element in annotation interface org.springframework.pulsar.annotation.PulsarListener
- 
The bean name or a SpEL expression that resolves to aPulsarConsumerErrorHandlerwhich is used as a Spring provided mechanism to handle errors from processing the message.
- PulsarConsumerErrorHandler<T> - Interface in org.springframework.pulsar.listener
- 
Contract for consumer error handling through the message listener container.
- PulsarConsumerFactory<T> - Interface in org.springframework.pulsar.core
- 
Pulsar consumer factory interface.
- PulsarContainerProperties - Class in org.springframework.pulsar.listener
- 
Contains runtime properties for a listener container.
- PulsarContainerProperties(String) - Constructor for class org.springframework.pulsar.listener.PulsarContainerProperties
- PulsarContainerProperties(String...) - Constructor for class org.springframework.pulsar.listener.PulsarContainerProperties
- PulsarDeadLetterPublishingRecoverer<T> - Class in org.springframework.pulsar.listener
- 
PulsarMessageRecovererimplementation that is capable of recovering the message by publishing the failed record to a DLT - Dead Letter Topic.
- PulsarDeadLetterPublishingRecoverer(PulsarOperations<T>) - Constructor for class org.springframework.pulsar.listener.PulsarDeadLetterPublishingRecoverer
- PulsarDeadLetterPublishingRecoverer(PulsarOperations<T>, BiFunction<Consumer<?>, Message<?>, String>) - Constructor for class org.springframework.pulsar.listener.PulsarDeadLetterPublishingRecoverer
- PulsarEvent - Class in org.springframework.pulsar.event
- 
Base class for events.
- PulsarEvent(Object, Object) - Constructor for class org.springframework.pulsar.event.PulsarEvent
- PulsarException - Exception in org.springframework.pulsar
- 
Spring Pulsar specificNestedRuntimeExceptionimplementation.
- PulsarException(String) - Constructor for exception org.springframework.pulsar.PulsarException
- PulsarException(String, Throwable) - Constructor for exception org.springframework.pulsar.PulsarException
- PulsarFunction - Record Class in org.springframework.pulsar.function
- 
Represents a user-defined Pulsar Function backed by aFunctionConfig.
- PulsarFunction(FunctionConfig, UpdateOptions) - Constructor for record class org.springframework.pulsar.function.PulsarFunction
- PulsarFunction(FunctionConfig, PulsarFunctionOperations.FunctionStopPolicy, UpdateOptions) - Constructor for record class org.springframework.pulsar.function.PulsarFunction
- 
Creates an instance of aPulsarFunctionrecord class.
- PulsarFunctionAdministration - Class in org.springframework.pulsar.function
- 
Responsible for creating and updating any user-defined Pulsar functions, sinks, or sources.
- PulsarFunctionAdministration(PulsarAdministration, ObjectProvider<PulsarFunction>, ObjectProvider<PulsarSink>, ObjectProvider<PulsarSource>, boolean, boolean, boolean) - Constructor for class org.springframework.pulsar.function.PulsarFunctionAdministration
- 
Construct aPulsarFunctionAdministrationinstance.
- PulsarFunctionAdministration.PulsarFunctionException - Exception in org.springframework.pulsar.function
- 
Indicates a failure of one or more function operations.
- PulsarFunctionException(String, Map<PulsarFunctionOperations<?>, Exception>) - Constructor for exception org.springframework.pulsar.function.PulsarFunctionAdministration.PulsarFunctionException
- PulsarFunctionOperations<T> - Interface in org.springframework.pulsar.function
- 
Provides operations for a particular function type.
- PulsarFunctionOperations.FunctionStopPolicy - Enum Class in org.springframework.pulsar.function
- 
The action to take on the function when the server stops.
- PulsarFunctionOperations.FunctionType - Enum Class in org.springframework.pulsar.function
- 
The type of function the operations handle.
- PulsarHandlerMethodFactoryAdapter() - Constructor for class org.springframework.pulsar.annotation.AbstractPulsarAnnotationsBeanPostProcessor.PulsarHandlerMethodFactoryAdapter
- PulsarHeaderMapper - Interface in org.springframework.pulsar.support.header
- 
Defines the contract for mapping Spring MessagingMessageHeadersto and from Pulsar message headers.
- PulsarHeaderMatcher - Interface in org.springframework.pulsar.support.header
- 
Defines the contract for matching message headers.
- PulsarHeaderMatcher.NeverMatch - Class in org.springframework.pulsar.support.header
- 
A matcher that never matches a set of headers.
- PulsarHeaderMatcher.PatternMatch - Class in org.springframework.pulsar.support.header
- 
A pattern-based header matcher that matches if the specified header matches the specified simple pattern.
- PulsarHeaders - Class in org.springframework.pulsar.support
- 
Pulsar specific message headers.
- PulsarHeaders() - Constructor for class org.springframework.pulsar.support.PulsarHeaders
- PulsarListener - Annotation Interface in org.springframework.pulsar.annotation
- 
Annotation that marks a method to be the target of a Pulsar message listener on the specified topics.
- PulsarListenerAnnotationBeanPostProcessor<V> - Class in org.springframework.pulsar.annotation
- 
Bean post-processor that registers methods annotated withPulsarListenerto be invoked by a Pulsar message listener container created under the covers by aPulsarListenerContainerFactoryaccording to the parameters of the annotation.
- PulsarListenerAnnotationBeanPostProcessor() - Constructor for class org.springframework.pulsar.annotation.PulsarListenerAnnotationBeanPostProcessor
- PulsarListenerConfigurer - Interface in org.springframework.pulsar.annotation
- 
Optional interface to be implemented by Spring managed bean willing to customize how Pulsar listener endpoints are configured.
- PulsarListenerConsumerBuilderCustomizer<T> - Interface in org.springframework.pulsar.annotation
- 
Callback interface that can be implemented by a bean to customize theConsumerBuilderthat is used to create the underlying Pulsar consumer used by aPulsarListenerto receive messages.
- PulsarListenerContainerFactory - Interface in org.springframework.pulsar.config
- 
Factory for Pulsar message listener containers.
- PulsarListenerContainerRegistry - Interface in org.springframework.pulsar.listener
- 
A registry for containers.
- PulsarListenerEndpoint - Interface in org.springframework.pulsar.config
- 
Model for a Pulsar listener endpoint.
- PulsarListenerEndpointAdapter - Class in org.springframework.pulsar.config
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- PulsarListenerEndpointAdapter() - Constructor for class org.springframework.pulsar.config.PulsarListenerEndpointAdapter
- 
Deprecated.
- PulsarListenerEndpointRegistrar - Class in org.springframework.pulsar.config
- 
Helper bean for registeringListenerEndpointwith aGenericListenerEndpointRegistry.
- PulsarListenerEndpointRegistrar(Class<? extends ListenerContainerFactory>) - Constructor for class org.springframework.pulsar.config.PulsarListenerEndpointRegistrar
- PulsarListenerEndpointRegistry - Class in org.springframework.pulsar.config
- 
Creates the necessaryPulsarMessageListenerContainerinstances for the registered endpoints.
- PulsarListenerEndpointRegistry() - Constructor for class org.springframework.pulsar.config.PulsarListenerEndpointRegistry
- PulsarListenerObservation - Enum Class in org.springframework.pulsar.observation
- 
AnObservationfor aPulsarListener.
- PulsarListenerObservation.ListenerLowCardinalityTags - Enum Class in org.springframework.pulsar.observation
- 
Low cardinality tags.
- PulsarListenerObservationConvention - Interface in org.springframework.pulsar.observation
- 
ObservationConventionfor Pulsar listener key values.
- PulsarListeners - Annotation Interface in org.springframework.pulsar.annotation
- 
Container annotation that aggregates severalPulsarListenerannotations.
- PulsarMessageConverter<T> - Interface in org.springframework.pulsar.support.converter
- 
Pulsar specific record converter strategy.
- PulsarMessageListenerContainer - Interface in org.springframework.pulsar.listener
- 
Internal abstraction used by the framework representing a message listener container.
- PulsarMessageReaderContainer - Interface in org.springframework.pulsar.reader
- 
Internal abstraction used by the framework representing a message listener container.
- PulsarMessageReceiverContext - Class in org.springframework.pulsar.observation
- 
ReceiverContextfor Pulsar messages.
- PulsarMessageReceiverContext(Message<?>, String) - Constructor for class org.springframework.pulsar.observation.PulsarMessageReceiverContext
- PulsarMessageRecoverer<T> - Interface in org.springframework.pulsar.listener
- 
Allows recovering a failed Pulsar message.
- PulsarMessageRecovererFactory<T> - Interface in org.springframework.pulsar.listener
- 
Factory interface forPulsarMessageRecoverer.
- PulsarMessageSenderContext - Class in org.springframework.pulsar.observation
- 
SenderContextfor Pulsar messages.
- PulsarMessageSenderContext.MessageHolder - Class in org.springframework.pulsar.observation
- 
Acts as a carrier for a Pulsar message and records the propagated properties for later access by the Pulsar message builder.
- PulsarNull - Class in org.springframework.pulsar.support
- 
Represents a null record value.
- PulsarNullAwarePayloadArgumentResolver - Class in org.springframework.pulsar.annotation
- 
APayloadMethodArgumentResolverthat can properly decodePulsarNullpayloads into null.
- PulsarOperations<T> - Interface in org.springframework.pulsar.core
- 
The basic Pulsar operations contract.
- PulsarOperations.SendMessageBuilder<T> - Interface in org.springframework.pulsar.core
- 
Builder that can be used to configure and send a message.
- PulsarProducerFactory<T> - Interface in org.springframework.pulsar.core
- 
The strategy to create aProducerinstance(s).
- PulsarReactiveMessagingMessageListenerAdapter<V> - Class in org.springframework.pulsar.reactive.listener.adapter
- 
An abstract base forMessageListeneradapters.
- PulsarReactiveMessagingMessageListenerAdapter(Object, Method) - Constructor for class org.springframework.pulsar.reactive.listener.adapter.PulsarReactiveMessagingMessageListenerAdapter
- PulsarReactiveOneByOneMessagingMessageListenerAdapter<V> - Class in org.springframework.pulsar.reactive.listener.adapter
- 
AMessageListeneradapter that invokes a configurableHandlerAdapter; used when the factory is configured for the listener to receive individual messages.
- PulsarReactiveOneByOneMessagingMessageListenerAdapter(Object, Method) - Constructor for class org.springframework.pulsar.reactive.listener.adapter.PulsarReactiveOneByOneMessagingMessageListenerAdapter
- PulsarReactiveStreamingMessagingMessageListenerAdapter<V> - Class in org.springframework.pulsar.reactive.listener.adapter
- 
AMessageListeneradapter that invokes a configurableHandlerAdapter; used when the factory is configured for the listener to receive a flux of messages.
- PulsarReactiveStreamingMessagingMessageListenerAdapter(Object, Method) - Constructor for class org.springframework.pulsar.reactive.listener.adapter.PulsarReactiveStreamingMessagingMessageListenerAdapter
- PulsarReader - Annotation Interface in org.springframework.pulsar.annotation
- PulsarReaderAnnotationBeanPostProcessor<V> - Class in org.springframework.pulsar.annotation
- 
Bean post-processor that registers methods annotated withPulsarListenerto be invoked by a Pulsar message listener container created under the covers by aPulsarReaderContainerFactoryaccording to the parameters of the annotation.
- PulsarReaderAnnotationBeanPostProcessor() - Constructor for class org.springframework.pulsar.annotation.PulsarReaderAnnotationBeanPostProcessor
- PulsarReaderConfigurer - Interface in org.springframework.pulsar.annotation
- 
Optional interface to be implemented by Spring managed bean willing to customize how Pulsar listener endpoints are configured.
- PulsarReaderContainerFactory - Interface in org.springframework.pulsar.config
- 
Container factory forPulsarMessageReaderContainer.
- PulsarReaderContainerProperties - Class in org.springframework.pulsar.reader
- 
Container properties for PulsarReader.
- PulsarReaderContainerProperties() - Constructor for class org.springframework.pulsar.reader.PulsarReaderContainerProperties
- PulsarReaderContainerRegistry - Interface in org.springframework.pulsar.reader
- 
Reader container registry.
- PulsarReaderEndpoint<C extends PulsarMessageReaderContainer> - Interface in org.springframework.pulsar.config
- 
Model for a Pulsar Reader endpoint.
- PulsarReaderEndpointRegistrar - Class in org.springframework.pulsar.config
- 
Helper bean for registeringPulsarReaderEndpointwith aGenericReaderEndpointRegistry.
- PulsarReaderEndpointRegistrar(Class<? extends ReaderContainerFactory>) - Constructor for class org.springframework.pulsar.config.PulsarReaderEndpointRegistrar
- PulsarReaderEndpointRegistry - Class in org.springframework.pulsar.config
- 
Creates the necessaryPulsarMessageReaderContainerinstances for the registered endpoints.
- PulsarReaderEndpointRegistry() - Constructor for class org.springframework.pulsar.config.PulsarReaderEndpointRegistry
- PulsarReaderFactory<T> - Interface in org.springframework.pulsar.core
- 
PulsarReaderfactory interface.
- PulsarReaderReaderBuilderCustomizer<T> - Interface in org.springframework.pulsar.annotation
- 
Callback interface that can be implemented by a bean to customize theReaderBuilderthat is used to create the underlying Pulsar reader used by a@PulsarReaderto receive messages.
- PulsarRecordMessageConverter<V> - Class in org.springframework.pulsar.support.converter
- 
A MessagingMessageConverterimplementation for a message listener that receives individual messages.
- PulsarRecordMessageConverter(PulsarHeaderMapper) - Constructor for class org.springframework.pulsar.support.converter.PulsarRecordMessageConverter
- PulsarRecordMessageListener<T> - Interface in org.springframework.pulsar.listener
- 
Base record MessageListener that simply extends fromMessageListener.
- PulsarRecordMessageToSpringMessageListenerAdapter<V> - Class in org.springframework.pulsar.listener.adapter
- 
AMessageListeneradapter that invokes a configurableHandlerAdapter; used when the factory is configured for the listener to receive individual messages.
- PulsarRecordMessageToSpringMessageListenerAdapter(Object, Method) - Constructor for class org.springframework.pulsar.listener.adapter.PulsarRecordMessageToSpringMessageListenerAdapter
- PulsarRecordMessageToSpringMessageReaderAdapter<V> - Class in org.springframework.pulsar.listener.adapter
- 
AMessageListeneradapter that invokes a configurableHandlerAdapter; used when the factory is configured for the listener to receive individual messages.
- PulsarRecordMessageToSpringMessageReaderAdapter(Object, Method) - Constructor for class org.springframework.pulsar.listener.adapter.PulsarRecordMessageToSpringMessageReaderAdapter
- PulsarRuntimeHints - Class in org.springframework.pulsar.aot
- 
RuntimeHintsRegistrarfor Spring for Apache Pulsar.
- PulsarRuntimeHints() - Constructor for class org.springframework.pulsar.aot.PulsarRuntimeHints
- PulsarSink - Record Class in org.springframework.pulsar.function
- 
Represents a Pulsar Sink backed by aSinkConfig.
- PulsarSink(SinkConfig, UpdateOptions) - Constructor for record class org.springframework.pulsar.function.PulsarSink
- PulsarSink(SinkConfig, PulsarFunctionOperations.FunctionStopPolicy, UpdateOptions) - Constructor for record class org.springframework.pulsar.function.PulsarSink
- 
Creates an instance of aPulsarSinkrecord class.
- PulsarSource - Record Class in org.springframework.pulsar.function
- 
Represents a Pulsar Source backed by aSourceConfig.
- PulsarSource(SourceConfig, UpdateOptions) - Constructor for record class org.springframework.pulsar.function.PulsarSource
- PulsarSource(SourceConfig, PulsarFunctionOperations.FunctionStopPolicy, UpdateOptions) - Constructor for record class org.springframework.pulsar.function.PulsarSource
- 
Creates an instance of aPulsarSourcerecord class.
- PulsarTemplate<T> - Class in org.springframework.pulsar.core
- 
A template for executing high-level Pulsar operations.
- PulsarTemplate(PulsarProducerFactory<T>) - Constructor for class org.springframework.pulsar.core.PulsarTemplate
- 
Construct a template instance without interceptors that uses the default schema resolver.
- PulsarTemplate(PulsarProducerFactory<T>, List<ProducerInterceptor>) - Constructor for class org.springframework.pulsar.core.PulsarTemplate
- 
Construct a template instance with interceptors that uses the default schema resolver and default topic resolver and enables observation recording.
- PulsarTemplate(PulsarProducerFactory<T>, List<ProducerInterceptor>, SchemaResolver, TopicResolver, boolean) - Constructor for class org.springframework.pulsar.core.PulsarTemplate
- 
Construct a template instance with optional observation configuration.
- PulsarTemplate.SendMessageBuilderImpl<T> - Class in org.springframework.pulsar.core
- PulsarTemplateObservation - Enum Class in org.springframework.pulsar.observation
- 
AnObservationforPulsarTemplate.
- PulsarTemplateObservation.TemplateLowCardinalityTags - Enum Class in org.springframework.pulsar.observation
- 
Low cardinality tags.
- PulsarTemplateObservationConvention - Interface in org.springframework.pulsar.observation
- 
ObservationConventionfor Pulsar template key values.
- PulsarTopic - Record Class in org.springframework.pulsar.core
- 
Model class for a Pulsar topic.
- PulsarTopic(String, int) - Constructor for record class org.springframework.pulsar.core.PulsarTopic
- 
Creates an instance of aPulsarTopicrecord class.
- PulsarTopicBuilder - Class in org.springframework.pulsar.core
- 
Builder class to createPulsarTopicinstances.
- PulsarTopicBuilder(String) - Constructor for class org.springframework.pulsar.core.PulsarTopicBuilder
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
PulsarListenerEndpoint