Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- SCHEMA_VERSION - Static variable in class org.springframework.pulsar.support.PulsarHeaders
-
Schema version.
- schemaInfo() - Method in record class org.springframework.pulsar.autoconfigure.PulsarProperties.TypeMapping
-
Returns the value of the
schemaInfo
record component. - SchemaInfo(SchemaType, Class<?>) - Constructor for record class org.springframework.pulsar.autoconfigure.PulsarProperties.SchemaInfo
-
Creates an instance of a
SchemaInfo
record class. - schemaResolver(PulsarProperties, Optional<SchemaResolver.SchemaResolverCustomizer<DefaultSchemaResolver>>) - Method in class org.springframework.pulsar.autoconfigure.PulsarAutoConfiguration
- SchemaResolver - Interface in org.springframework.pulsar.core
-
Resolves schema to use for message types.
- SchemaResolver.SchemaResolverCustomizer<T extends SchemaResolver> - Interface in org.springframework.pulsar.core
-
Callback interface that can be implemented by beans wishing to customize the schema resolver before it is fully initialized, in particular to tune its configuration.
- schemaType() - Element in annotation interface org.springframework.pulsar.annotation.PulsarListener
-
Pulsar schema type for this listener.
- schemaType() - Element in annotation interface org.springframework.pulsar.annotation.PulsarReader
-
Pulsar schema type for this listener.
- schemaType() - Method in record class org.springframework.pulsar.autoconfigure.PulsarProperties.SchemaInfo
-
Returns the value of the
schemaType
record component. - schemaType() - Element in annotation interface org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListener
-
Pulsar schema type for this listener.
- selectImports(AnnotationMetadata) - Method in class org.springframework.pulsar.annotation.PulsarAnnotationsConfigurationSelector
- selectImports(AnnotationMetadata) - Method in class org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListenerConfigurationSelector
- send() - Method in interface org.springframework.pulsar.core.PulsarOperations.SendMessageBuilder
-
Send the message in a blocking manner using the configured specification.
- send() - Method in class org.springframework.pulsar.core.PulsarTemplate.SendMessageBuilderImpl
- send() - Method in interface org.springframework.pulsar.reactive.core.ReactivePulsarOperations.SendManyMessageBuilder
-
Send the messages in a reactive manner using the configured specification.
- send() - Method in interface org.springframework.pulsar.reactive.core.ReactivePulsarOperations.SendOneMessageBuilder
-
Send the message in a reactive manner using the configured specification.
- send(String, Publisher<MessageSpec<T>>) - Method in interface org.springframework.pulsar.reactive.core.ReactivePulsarOperations
-
Sends multiple messages to the specified topic in a reactive manner.
- send(String, Publisher<MessageSpec<T>>) - Method in class org.springframework.pulsar.reactive.core.ReactivePulsarTemplate
- send(String, Publisher<MessageSpec<T>>, Schema<T>) - Method in interface org.springframework.pulsar.reactive.core.ReactivePulsarOperations
-
Sends multiple messages to the specified topic in a reactive manner.
- send(String, Publisher<MessageSpec<T>>, Schema<T>) - Method in class org.springframework.pulsar.reactive.core.ReactivePulsarTemplate
- send(String, T) - Method in interface org.springframework.pulsar.core.PulsarOperations
-
Sends a message to the specified topic in a blocking manner.
- send(String, T) - Method in class org.springframework.pulsar.core.PulsarTemplate
- send(String, T) - Method in interface org.springframework.pulsar.reactive.core.ReactivePulsarOperations
-
Sends a message to the specified topic in a reactive manner.
- send(String, T) - Method in class org.springframework.pulsar.reactive.core.ReactivePulsarTemplate
- send(String, T, Schema<T>) - Method in interface org.springframework.pulsar.core.PulsarOperations
-
Sends a message to the specified topic in a blocking manner.
- send(String, T, Schema<T>) - Method in class org.springframework.pulsar.core.PulsarTemplate
- send(String, T, Schema<T>) - Method in interface org.springframework.pulsar.reactive.core.ReactivePulsarOperations
-
Sends a message to the specified topic in a reactive manner.
- send(String, T, Schema<T>) - Method in class org.springframework.pulsar.reactive.core.ReactivePulsarTemplate
- send(Publisher<MessageSpec<T>>) - Method in interface org.springframework.pulsar.reactive.core.ReactivePulsarOperations
-
Sends multiple messages to the default topic in a reactive manner.
- send(Publisher<MessageSpec<T>>) - Method in class org.springframework.pulsar.reactive.core.ReactivePulsarTemplate
- send(Publisher<MessageSpec<T>>, Schema<T>) - Method in interface org.springframework.pulsar.reactive.core.ReactivePulsarOperations
-
Sends multiple messages to the default topic in a reactive manner.
- send(Publisher<MessageSpec<T>>, Schema<T>) - Method in class org.springframework.pulsar.reactive.core.ReactivePulsarTemplate
- send(T) - Method in interface org.springframework.pulsar.core.PulsarOperations
-
Sends a message to the default topic in a blocking manner.
- send(T) - Method in class org.springframework.pulsar.core.PulsarTemplate
- send(T) - Method in interface org.springframework.pulsar.reactive.core.ReactivePulsarOperations
-
Sends a message to the default topic in a reactive manner.
- send(T) - Method in class org.springframework.pulsar.reactive.core.ReactivePulsarTemplate
- send(T, Schema<T>) - Method in interface org.springframework.pulsar.core.PulsarOperations
-
Sends a message to the default topic in a blocking manner.
- send(T, Schema<T>) - Method in class org.springframework.pulsar.core.PulsarTemplate
- send(T, Schema<T>) - Method in interface org.springframework.pulsar.reactive.core.ReactivePulsarOperations
-
Sends a message to the specified topic in a reactive manner.
- send(T, Schema<T>) - Method in class org.springframework.pulsar.reactive.core.ReactivePulsarTemplate
- sendAsync() - Method in interface org.springframework.pulsar.core.PulsarOperations.SendMessageBuilder
-
Uses the configured specification to send the message in a non-blocking manner.
- sendAsync() - Method in class org.springframework.pulsar.core.PulsarTemplate.SendMessageBuilderImpl
- sendAsync(String, T) - Method in interface org.springframework.pulsar.core.PulsarOperations
-
Sends a message to the specified topic in a non-blocking manner.
- sendAsync(String, T) - Method in class org.springframework.pulsar.core.PulsarTemplate
- sendAsync(String, T, Schema<T>) - Method in interface org.springframework.pulsar.core.PulsarOperations
-
Sends a message to the specified topic in a non-blocking manner.
- sendAsync(String, T, Schema<T>) - Method in class org.springframework.pulsar.core.PulsarTemplate
- sendAsync(T) - Method in interface org.springframework.pulsar.core.PulsarOperations
-
Sends a message to the default topic in a non-blocking manner.
- sendAsync(T) - Method in class org.springframework.pulsar.core.PulsarTemplate
- sendAsync(T, Schema<T>) - Method in interface org.springframework.pulsar.core.PulsarOperations
-
Sends a message to the default topic in a non-blocking manner.
- sendAsync(T, Schema<T>) - Method in class org.springframework.pulsar.core.PulsarTemplate
- Sender() - Constructor for class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- SEQUENCE_ID - Static variable in class org.springframework.pulsar.support.PulsarHeaders
-
Message sequence id.
- setAckMode(AckMode) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Listener
- setAckMode(AckMode) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setAckMode(AckMode) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setAcknowledgeAsynchronously(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setAcknowledgementsGroupTime(Duration) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setAcknowledgementsGroupTime(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setAcknowledgeSchedulerType(PulsarReactiveProperties.SchedulerType) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setAckReceiptEnabled(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setAckTimeout(Duration) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setAckTimeout(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setAckTimeoutRedeliveryBackoff(RedeliveryBackoff) - Method in class org.springframework.pulsar.config.MethodPulsarListenerEndpoint
- setAckTimeoutRedeliveryBackoff(RedeliveryBackoff) - Method in class org.springframework.pulsar.listener.AbstractPulsarMessageListenerContainer
- setAckTimeoutRedeliveryBackoff(RedeliveryBackoff) - Method in interface org.springframework.pulsar.listener.PulsarMessageListenerContainer
- setAckTimeoutTickTime(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setApplicationContext(ApplicationContext) - Method in class org.springframework.pulsar.annotation.AbstractPulsarAnnotationsBeanPostProcessor
- setApplicationContext(ApplicationContext) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerContainerFactory
- setApplicationContext(ApplicationContext) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderContainerFactory
- setApplicationContext(ApplicationContext) - Method in class org.springframework.pulsar.config.GenericListenerEndpointRegistry
- setApplicationContext(ApplicationContext) - Method in class org.springframework.pulsar.config.GenericReaderEndpointRegistry
- setApplicationContext(ApplicationContext) - Method in class org.springframework.pulsar.core.AbstractPulsarMessageContainer
- setApplicationContext(ApplicationContext) - Method in class org.springframework.pulsar.core.PulsarAdministration
- setApplicationContext(ApplicationContext) - Method in class org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListenerAnnotationBeanPostProcessor
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerContainerFactory
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderContainerFactory
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.pulsar.core.AbstractPulsarMessageContainer
- setAuthentication(Map<String, String>) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setAuthentication(Map<String, String>) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setAuthParams(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setAuthParams(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setAuthPluginClassName(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setAuthPluginClassName(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setAutoAckOldestChunkedMessageOnQueueFull(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setAutoAckOldestChunkedMessageOnQueueFull(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setAutoCertRefreshTime(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setAutoStartup(boolean) - Method in class org.springframework.pulsar.listener.AbstractPulsarMessageListenerContainer
- setAutoStartup(boolean) - Method in interface org.springframework.pulsar.listener.MessageListenerContainer
- setAutoStartup(boolean) - Method in class org.springframework.pulsar.reactive.listener.DefaultReactivePulsarMessageListenerContainer
- setAutoStartup(boolean) - Method in class org.springframework.pulsar.reader.AbstractPulsarMessageReaderContainer
- setAutoStartup(boolean) - Method in interface org.springframework.pulsar.reader.PulsarMessageReaderContainer
- setAutoStartup(Boolean) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerContainerFactory
- setAutoStartup(Boolean) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setAutoStartup(Boolean) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderContainerFactory
- setAutoStartup(Boolean) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderEndpoint
- setAutoStartup(Boolean) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
- setAutoStartup(Boolean) - Method in class org.springframework.pulsar.reactive.config.DefaultReactivePulsarListenerContainerFactory
- setAutoUpdatePartitions(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setAutoUpdatePartitions(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setAutoUpdatePartitions(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setAutoUpdatePartitions(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setAutoUpdatePartitionsInterval(Duration) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setAutoUpdatePartitionsInterval(Duration) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setAutoUpdatePartitionsInterval(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setAutoUpdatePartitionsInterval(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setBatchIndexAckEnabled(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setBatchIndexAckEnabled(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setBatchingEnabled(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setBatchingEnabled(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setBatchingMaxBytes(DataSize) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setBatchingMaxBytes(DataSize) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setBatchingMaxMessages(Integer) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setBatchingMaxMessages(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setBatchingMaxPublishDelay(Duration) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setBatchingMaxPublishDelay(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setBatchingPartitionSwitchFrequencyByPublishDelay(Integer) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setBatchListener(boolean) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setBatchListener(boolean) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setBatchListener(Boolean) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerContainerFactory
- setBatchTimeout(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Listener
- setBatchTimeoutMillis(int) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setBean(Object) - Method in class org.springframework.pulsar.config.MethodPulsarListenerEndpoint
- setBean(Object) - Method in class org.springframework.pulsar.config.MethodPulsarReaderEndpoint
- setBean(Object) - Method in class org.springframework.pulsar.reactive.config.MethodReactivePulsarListenerEndpoint
- setBeanFactory(BeanFactory) - Method in class org.springframework.pulsar.annotation.AbstractPulsarAnnotationsBeanPostProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setBeanFactory(BeanFactory) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderEndpoint
- setBeanFactory(BeanFactory) - Method in class org.springframework.pulsar.config.PulsarListenerEndpointRegistrar
- setBeanFactory(BeanFactory) - Method in class org.springframework.pulsar.config.PulsarReaderEndpointRegistrar
- setBeanFactory(BeanFactory) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
- setBeanName(String) - Method in class org.springframework.pulsar.core.AbstractPulsarMessageContainer
- setBeanName(String) - Method in class org.springframework.pulsar.core.PulsarTemplate
- setBeanResolver(BeanResolver) - Method in class org.springframework.pulsar.listener.adapter.AbstractPulsarMessageToSpringMessageAdapter
- setBlockIfQueueFull(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setChunkingEnabled(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setChunkingEnabled(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setCompressionType(CompressionType) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setCompressionType(CompressionType) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setConcurrency(int) - Method in class org.springframework.pulsar.listener.ConcurrentPulsarMessageListenerContainer
-
The maximum number of concurrent
DefaultPulsarMessageListenerContainer
s running. - setConcurrency(int) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
- setConcurrency(Integer) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
-
Set the concurrency for this endpoint's container.
- setConcurrency(Integer) - Method in class org.springframework.pulsar.config.ConcurrentPulsarListenerContainerFactory
-
Specify the container concurrency.
- setConcurrency(Integer) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
-
Set the concurrency for this endpoint's container.
- setConnectionTimeout(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setConnectionTimeout(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setConsumer(PulsarConsumerProperties) - Method in class org.springframework.pulsar.spring.cloud.stream.binder.properties.PulsarBindingProperties
- setConsumerBuilderCustomizer(ConsumerBuilderCustomizer<?>) - Method in class org.springframework.pulsar.config.MethodPulsarListenerEndpoint
- setConsumerCustomizer(ConsumerBuilderCustomizer<?>) - Method in class org.springframework.pulsar.listener.AbstractPulsarMessageListenerContainer
- setConsumerCustomizer(ConsumerBuilderCustomizer<?>) - Method in interface org.springframework.pulsar.listener.PulsarMessageListenerContainer
-
Set a consumer customizer on this container.
- setConsumerCustomizer(ReactiveMessageConsumerBuilderCustomizer<T>) - Method in class org.springframework.pulsar.reactive.listener.DefaultReactivePulsarMessageListenerContainer
- setConsumerCustomizer(ReactiveMessageConsumerBuilderCustomizer<T>) - Method in interface org.springframework.pulsar.reactive.listener.ReactivePulsarMessageListenerContainer
- setConsumerCustomizer(ReactiveMessageConsumerBuilderCustomizer<V>) - Method in class org.springframework.pulsar.reactive.config.MethodReactivePulsarListenerEndpoint
- setConsumerName(String) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setConsumerName(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setConsumerProperties(Properties) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setConsumerStartTimeout(Duration) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
-
Set the timeout to wait for a consumer thread to start before logging an error.
- setConsumerTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setContainerFactory(ListenerContainerFactory<?, ?>) - Method in class org.springframework.pulsar.config.PulsarListenerEndpointRegistrar
- setContainerFactory(ReaderContainerFactory<?, ?>) - Method in class org.springframework.pulsar.config.PulsarReaderEndpointRegistrar
- setContainerFactoryBeanName(String) - Method in class org.springframework.pulsar.config.PulsarListenerEndpointRegistrar
- setContainerFactoryBeanName(String) - Method in class org.springframework.pulsar.config.PulsarReaderEndpointRegistrar
- setCryptoFailureAction(ConsumerCryptoFailureAction) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setCryptoFailureAction(ConsumerCryptoFailureAction) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setCryptoFailureAction(ConsumerCryptoFailureAction) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Reader
- setCryptoFailureAction(ProducerCryptoFailureAction) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setCryptoFailureAction(ProducerCryptoFailureAction) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setDeadLetterPolicy(DeadLetterPolicy) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setDeadLetterPolicy(DeadLetterPolicy) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setDeadLetterPolicy(DeadLetterPolicy) - Method in class org.springframework.pulsar.config.MethodPulsarListenerEndpoint
- setDeadLetterPolicy(DeadLetterPolicy) - Method in class org.springframework.pulsar.listener.AbstractPulsarMessageListenerContainer
- setDeadLetterPolicy(DeadLetterPolicy) - Method in interface org.springframework.pulsar.listener.PulsarMessageListenerContainer
- setDeadLetterPolicy(DeadLetterPolicy) - Method in class org.springframework.pulsar.reactive.config.MethodReactivePulsarListenerEndpoint
- setDnsLookupBindAddress(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setDnsLookupBindPort(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setEnableBusyWait(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setEnableTransaction(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setEncryptionKeys(Set<String>) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setEncryptionKeys(Set<String>) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setEndpointRegistry(GenericListenerEndpointRegistry) - Method in class org.springframework.pulsar.config.PulsarListenerEndpointRegistrar
- setEndpointRegistry(GenericReaderEndpointRegistry) - Method in class org.springframework.pulsar.config.PulsarReaderEndpointRegistrar
- setExpireAfterAccess(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Cache
- setExpireAfterAccess(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Cache
- setExpireTimeOfIncompleteChunkedMessage(Duration) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setExpireTimeOfIncompleteChunkedMessage(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setExtendedBindingProperties(PulsarExtendedBindingProperties) - Method in class org.springframework.pulsar.spring.cloud.stream.binder.PulsarMessageChannelBinder
- setFailFast(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Function
- setFallbackType(Class<?>) - Method in class org.springframework.pulsar.listener.adapter.AbstractPulsarMessageToSpringMessageAdapter
- setFluxListener(boolean) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
- setFluxListener(Boolean) - Method in class org.springframework.pulsar.reactive.config.DefaultReactivePulsarListenerContainerFactory
- setGeneratedSubscriptionNamePrefix(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Reader
- setHandlerMethod(HandlerAdapter) - Method in class org.springframework.pulsar.listener.adapter.AbstractPulsarMessageToSpringMessageAdapter
- setHandlerMethodFactory(MessageHandlerMethodFactory) - Method in class org.springframework.pulsar.annotation.AbstractPulsarAnnotationsBeanPostProcessor.PulsarHandlerMethodFactoryAdapter
- setHandlingTimeout(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Listener
- setHandlingTimeout(Duration) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
- setHashingScheme(HashingScheme) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setHashingScheme(HashingScheme) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setId(String) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setId(String) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderEndpoint
- setId(String) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
- setInitialBackoffInterval(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setInitialCapacity(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Cache
- setInitialCapacity(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Cache
- setInitialSequenceId(Long) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setInitialSequenceId(Long) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setKeepAliveInterval(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setKeyHashRanges(Range[]) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Reader
- setLazyStartPartitionedProducers(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setLazyStartPartitionedProducers(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setListenerName(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setLookupTimeout(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setMaxBackoffInterval(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setMaxConcurrentLookupRequest(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setMaximumSize(Long) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Cache
- setMaximumSize(Long) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Cache
- setMaxLookupRedirects(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setMaxLookupRequest(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setMaxNumberOfRejectedRequestPerConnection(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setMaxNumBytes(int) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setMaxNumBytes(DataSize) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Listener
- setMaxNumMessages(int) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setMaxNumMessages(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Listener
- setMaxPendingChunkedMessage(Integer) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setMaxPendingChunkedMessage(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setMaxPendingMessages(Integer) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setMaxPendingMessages(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setMaxPendingMessagesAcrossPartitions(Integer) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setMaxPendingMessagesAcrossPartitions(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setMaxTotalReceiverQueueSizeAcrossPartitions(Integer) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setMaxTotalReceiverQueueSizeAcrossPartitions(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setMemoryLimit(DataSize) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setMessageConverter(PulsarMessageConverter<V>) - Method in class org.springframework.pulsar.listener.adapter.AbstractPulsarMessageToSpringMessageAdapter
- setMessageConverter(MessageConverter) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerContainerFactory
-
Set the message converter to use if dynamic argument type matching is needed.
- setMessageConverter(MessageConverter) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderContainerFactory
-
Set the message converter to use if dynamic argument type matching is needed.
- setMessageConverter(MessageConverter) - Method in class org.springframework.pulsar.reactive.config.DefaultReactivePulsarListenerContainerFactory
-
Set the message converter to use if dynamic argument type matching is needed.
- setMessageHandler(ReactivePulsarMessageHandler) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
- setMessageHandlerMethodFactory(MessageHandlerMethodFactory) - Method in class org.springframework.pulsar.config.MethodPulsarListenerEndpoint
- setMessageHandlerMethodFactory(MessageHandlerMethodFactory) - Method in class org.springframework.pulsar.config.MethodPulsarReaderEndpoint
- setMessageHandlerMethodFactory(MessageHandlerMethodFactory) - Method in class org.springframework.pulsar.reactive.config.MethodReactivePulsarListenerEndpoint
- setMessageKeyType(Class<?>) - Method in class org.springframework.pulsar.spring.cloud.stream.binder.properties.PulsarConsumerProperties
- setMessageKeyType(Class<?>) - Method in class org.springframework.pulsar.spring.cloud.stream.binder.properties.PulsarProducerProperties
- setMessageListener(Object) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setMessageRoutingMode(MessageRoutingMode) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setMessageRoutingMode(MessageRoutingMode) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setMessageType(Class<?>) - Method in class org.springframework.pulsar.spring.cloud.stream.binder.properties.PulsarConsumerProperties
- setMessageType(Class<?>) - Method in class org.springframework.pulsar.spring.cloud.stream.binder.properties.PulsarProducerProperties
- setMessagingConverter(SmartMessageConverter) - Method in class org.springframework.pulsar.config.MethodPulsarListenerEndpoint
- setMessagingConverter(SmartMessageConverter) - Method in class org.springframework.pulsar.config.MethodPulsarReaderEndpoint
- setMessagingConverter(SmartMessageConverter) - Method in class org.springframework.pulsar.listener.adapter.AbstractPulsarMessageToSpringMessageAdapter
- setMessagingConverter(SmartMessageConverter) - Method in class org.springframework.pulsar.reactive.config.MethodReactivePulsarListenerEndpoint
- setMessagingConverter(SmartMessageConverter) - Method in class org.springframework.pulsar.support.converter.PulsarRecordMessageConverter
- setMethod(Method) - Method in class org.springframework.pulsar.config.MethodPulsarListenerEndpoint
-
Set the method to invoke to process a message managed by this endpoint.
- setMethod(Method) - Method in class org.springframework.pulsar.config.MethodPulsarReaderEndpoint
-
Set the method to invoke to process a message managed by this endpoint.
- setMethod(Method) - Method in class org.springframework.pulsar.reactive.config.MethodReactivePulsarListenerEndpoint
-
Set the method to invoke to process a message managed by this endpoint.
- setMultiSchema(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setMultiSchema(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setNegativeAckRedeliveryBackoff(RedeliveryBackoff) - Method in class org.springframework.pulsar.config.MethodPulsarListenerEndpoint
- setNegativeAckRedeliveryBackoff(RedeliveryBackoff) - Method in class org.springframework.pulsar.listener.AbstractPulsarMessageListenerContainer
- setNegativeAckRedeliveryBackoff(RedeliveryBackoff) - Method in interface org.springframework.pulsar.listener.PulsarMessageListenerContainer
- setNegativeAckRedeliveryDelay(Duration) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setNegativeAckRedeliveryDelay(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setNumConnectionsPerBroker(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setNumIoThreads(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setNumListenerThreads(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setObservationConvention(PulsarListenerObservationConvention) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
-
Set a custom observation convention.
- setObservationsEnabled(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Listener
- setObservationsEnabled(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Template
- setOperationTimeout(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setPartitionCount(Integer) - Method in class org.springframework.pulsar.spring.cloud.stream.binder.properties.PulsarBinderConfigurationProperties
- setPartitionCount(Integer) - Method in class org.springframework.pulsar.spring.cloud.stream.binder.properties.PulsarConsumerProperties
- setPartitionCount(Integer) - Method in class org.springframework.pulsar.spring.cloud.stream.binder.properties.PulsarProducerProperties
- setPatternAutoDiscoveryPeriod(Integer) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setPaused(boolean) - Method in class org.springframework.pulsar.listener.AbstractPulsarMessageListenerContainer
- setPhase(int) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerContainerFactory
- setPhase(int) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderContainerFactory
- setPhase(int) - Method in class org.springframework.pulsar.core.AbstractPulsarMessageContainer
- setPoolMessages(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setPriorityLevel(Integer) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setPriorityLevel(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setProducer(PulsarProducerProperties) - Method in class org.springframework.pulsar.spring.cloud.stream.binder.properties.PulsarBindingProperties
- setProducerAccessMode(ProducerAccessMode) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setProducerAccessMode(ProducerAccessMode) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setProducerName(String) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setProducerName(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setPropagateFailures(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Function
- setPropagateStopFailures(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Function
- setProperties(Map<String, String>) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setProperties(Map<String, String>) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setProperties(SortedMap<String, String>) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setProperties(SortedMap<String, String>) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setProxyProtocol(ProxyProtocol) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setProxyServiceUrl(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setPulsarConsumerErrorHandler(PulsarConsumerErrorHandler) - Method in class org.springframework.pulsar.config.MethodPulsarListenerEndpoint
- setPulsarConsumerErrorHandler(PulsarConsumerErrorHandler) - Method in class org.springframework.pulsar.listener.AbstractPulsarMessageListenerContainer
- setPulsarConsumerErrorHandler(PulsarConsumerErrorHandler) - Method in interface org.springframework.pulsar.listener.PulsarMessageListenerContainer
- setPulsarConsumerProperties(Properties) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setReadCompacted(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setReadCompacted(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Reader
- setReadCompacted(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setReadCompacted(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Reader
- setReaderBuilderCustomizer(ReaderBuilderCustomizer<?>) - Method in class org.springframework.pulsar.config.MethodPulsarReaderEndpoint
- setReaderCustomizer(ReaderBuilderCustomizer<?>) - Method in class org.springframework.pulsar.reader.AbstractPulsarMessageReaderContainer
- setReaderCustomizer(ReaderBuilderCustomizer<?>) - Method in interface org.springframework.pulsar.reader.PulsarMessageReaderContainer
-
Set a reader customizer on this container.
- setReaderListener(Object) - Method in class org.springframework.pulsar.reader.PulsarReaderContainerProperties
- setReaderName(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Reader
- setReaderName(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Reader
- setReaderStartTimeout(Duration) - Method in class org.springframework.pulsar.reader.PulsarReaderContainerProperties
-
Set the timeout to wait for a reader thread to start before logging an error.
- setReaderTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.pulsar.reader.PulsarReaderContainerProperties
- setReadTimeout(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setReceiverQueueSize(Integer) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setReceiverQueueSize(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Reader
- setReceiverQueueSize(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setReceiverQueueSize(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Reader
- setRegexSubscriptionMode(RegexSubscriptionMode) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setReplicateSubscriptionState(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setReplicateSubscriptionState(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setRequestTimeout(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setRequestTimeout(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setResetIncludeHead(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setResetIncludeHead(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Reader
- setRetryEnable(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setRetryLetterTopicEnable(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setRoundRobinRouterBatchingPartitionSwitchFrequency(Integer) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setRunning(boolean) - Method in class org.springframework.pulsar.listener.AbstractPulsarMessageListenerContainer
- setRunning(boolean) - Method in class org.springframework.pulsar.reactive.listener.DefaultReactivePulsarMessageListenerContainer
- setRunning(boolean) - Method in class org.springframework.pulsar.reader.AbstractPulsarMessageReaderContainer
- setSchema(Schema<?>) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setSchema(Schema<?>) - Method in class org.springframework.pulsar.reader.PulsarReaderContainerProperties
- setSchema(Schema<T>) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
- setSchemaResolver(SchemaResolver) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setSchemaResolver(SchemaResolver) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
- setSchemaResolver(SchemaResolver) - Method in class org.springframework.pulsar.reader.PulsarReaderContainerProperties
- setSchemaType(SchemaType) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Listener
- setSchemaType(SchemaType) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Listener
- setSchemaType(SchemaType) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setSchemaType(SchemaType) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderEndpoint
- setSchemaType(SchemaType) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setSchemaType(SchemaType) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
- setSchemaType(SchemaType) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
- setSchemaType(SchemaType) - Method in class org.springframework.pulsar.reader.PulsarReaderContainerProperties
- setSchemaType(SchemaType) - Method in class org.springframework.pulsar.spring.cloud.stream.binder.properties.PulsarConsumerProperties
- setSchemaType(SchemaType) - Method in class org.springframework.pulsar.spring.cloud.stream.binder.properties.PulsarProducerProperties
- setSendTimeout(Duration) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setSendTimeout(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setServiceUrl(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setServiceUrl(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setSocks5ProxyAddress(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setSocks5ProxyPassword(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setSocks5ProxyUsername(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setSslProvider(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setSslProvider(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setStartMessageId(MessageId) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderEndpoint
- setStartMessageId(MessageId) - Method in class org.springframework.pulsar.reader.PulsarReaderContainerProperties
- setStartPaused(Boolean) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setStatsInterval(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setSubscriptionInitialPosition(SubscriptionInitialPosition) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setSubscriptionInitialPosition(SubscriptionInitialPosition) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setSubscriptionMode(SubscriptionMode) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setSubscriptionMode(SubscriptionMode) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setSubscriptionName(String) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setSubscriptionName(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Reader
- setSubscriptionName(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setSubscriptionName(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Reader
- setSubscriptionName(String) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setSubscriptionName(String) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderEndpoint
- setSubscriptionName(String) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setSubscriptionName(String) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
- setSubscriptionName(String) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
- setSubscriptionName(String) - Method in class org.springframework.pulsar.reader.PulsarReaderContainerProperties
- setSubscriptionProperties(Map<String, String>) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setSubscriptionProperties(SortedMap<String, String>) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setSubscriptionRolePrefix(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Reader
- setSubscriptionType(SubscriptionType) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setSubscriptionType(SubscriptionType) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setSubscriptionType(SubscriptionType) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setSubscriptionType(SubscriptionType) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setSubscriptionType(SubscriptionType) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
- setSubscriptionType(SubscriptionType) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
- setTickDuration(Duration) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setTlsAllowInsecureConnection(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setTlsAllowInsecureConnection(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setTlsCiphers(Set<String>) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setTlsCiphers(Set<String>) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setTlsHostnameVerificationEnable(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setTlsHostnameVerificationEnable(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setTlsProtocols(Set<String>) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setTlsProtocols(Set<String>) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setTlsTrustCertsFilePath(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setTlsTrustCertsFilePath(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setTlsTrustStorePassword(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setTlsTrustStorePassword(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setTlsTrustStorePath(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setTlsTrustStorePath(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setTlsTrustStoreType(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setTlsTrustStoreType(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setTopicName(String) - Method in class org.springframework.pulsar.autoconfigure.ProducerConfigProperties
- setTopicName(String) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Sender
- setTopicNames(String[]) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Reader
- setTopicNames(List<String>) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Reader
- setTopicPattern(String) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setTopicPattern(String) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
- setTopicResolver(TopicResolver) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setTopicResolver(TopicResolver) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
- setTopics(String[]) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setTopics(String...) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setTopics(String...) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderEndpoint
- setTopics(String...) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
- setTopics(Collection<String>) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
- setTopics(List<String>) - Method in class org.springframework.pulsar.reader.PulsarReaderContainerProperties
- setTopics(Set<String>) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setTopics(Set<String>) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setTopicsPattern(String) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setTopicsPattern(String) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
- setTopicsPattern(Pattern) - Method in class org.springframework.pulsar.autoconfigure.ConsumerConfigProperties
- setTopicsPattern(Pattern) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setTopicsPattern(Pattern) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
- setTopicsPatternAutoDiscoveryPeriod(Duration) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setTopicsPatternSubscriptionMode(RegexSubscriptionMode) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Consumer
- setTypeMappings(List<PulsarProperties.TypeMapping>) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Defaults
- setupListenerContainer(C, MessageConverter) - Method in interface org.springframework.pulsar.config.ListenerEndpoint
-
Setup the specified message listener container with the model defined by this endpoint.
- setupListenerContainer(C, MessageConverter) - Method in interface org.springframework.pulsar.config.PulsarReaderEndpoint
-
Setup the specified message listener container with the model defined by this endpoint.
- setupListenerContainer(PulsarMessageListenerContainer, MessageConverter) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setupListenerContainer(PulsarMessageListenerContainer, MessageConverter) - Method in class org.springframework.pulsar.config.PulsarListenerEndpointAdapter
- setupListenerContainer(ReactivePulsarMessageListenerContainer<T>, MessageConverter) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
- setupListenerContainer(ReactivePulsarMessageListenerContainer<T>, MessageConverter) - Method in class org.springframework.pulsar.reactive.config.ReactivePulsarListenerEndpointAdapter
- setupListenerContainer(PulsarMessageReaderContainer, MessageConverter) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderEndpoint
- setupMessageHandler(ReactivePulsarMessageHandler) - Method in class org.springframework.pulsar.reactive.listener.DefaultReactivePulsarMessageListenerContainer
- setupMessageHandler(ReactivePulsarMessageHandler) - Method in interface org.springframework.pulsar.reactive.listener.ReactivePulsarMessageListenerContainer
- setupMessageListener(Object) - Method in class org.springframework.pulsar.listener.AbstractPulsarMessageListenerContainer
- setupMessageListener(Object) - Method in interface org.springframework.pulsar.listener.PulsarMessageListenerContainer
- setupReaderListener(Object) - Method in class org.springframework.pulsar.reader.AbstractPulsarMessageReaderContainer
- setupReaderListener(Object) - Method in interface org.springframework.pulsar.reader.PulsarMessageReaderContainer
- setUseKeyOrderedProcessing(boolean) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
- setUseKeyOrderedProcessing(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.Listener
- setUseKeyOrderedProcessing(Boolean) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
- setUseKeyStoreTls(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Admin
- setUseKeyStoreTls(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setUseTcpNoDelay(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- setUseTls(Boolean) - Method in class org.springframework.pulsar.autoconfigure.PulsarProperties.Client
- shouldRetryMessage(Exception, Message<T>) - Method in class org.springframework.pulsar.listener.DefaultPulsarConsumerErrorHandler
- shouldRetryMessage(Exception, Message<T>) - Method in interface org.springframework.pulsar.listener.PulsarConsumerErrorHandler
-
Decide if the failed message should be retried.
- Signup - Record Class in org.springframework.pulsar.sample.signup.model
- Signup(SignupTier, String, String, String, long) - Constructor for record class org.springframework.pulsar.sample.signup.model.Signup
-
Creates an instance of a
Signup
record class. - SignupApplication - Class in org.springframework.pulsar.sample.signup
- SignupApplication() - Constructor for class org.springframework.pulsar.sample.signup.SignupApplication
- SignupGenerator - Class in org.springframework.pulsar.sample.signup.model
- SignupGenerator() - Constructor for class org.springframework.pulsar.sample.signup.model.SignupGenerator
- signupTier() - Method in record class org.springframework.pulsar.sample.signup.model.Signup
-
Returns the value of the
signupTier
record component. - SignupTier - Enum Class in org.springframework.pulsar.sample.signup.model
- signupTimestamp() - Method in record class org.springframework.pulsar.sample.signup.model.Customer
-
Returns the value of the
signupTimestamp
record component. - signupTimestamp() - Method in record class org.springframework.pulsar.sample.signup.model.Signup
-
Returns the value of the
signupTimestamp
record component. - single - Enum constant in enum class org.springframework.pulsar.autoconfigure.PulsarReactiveProperties.SchedulerType
-
The reactor.core.scheduler.SingleScheduler.
- SINK - Enum constant in enum class org.springframework.pulsar.function.PulsarFunctionOperations.FunctionType
-
A Pulsar sink connector.
- SOURCE - Enum constant in enum class org.springframework.pulsar.function.PulsarFunctionOperations.FunctionType
-
A Pulsar source connector.
- SpringPulsarBinderSampleApp - Class in org.springframework.pulsar.sample.binder
-
This sample binder app has an extra consumer that is equipped with Pulsar's DLT feature - timeLoggerToDlt.
- SpringPulsarBinderSampleApp() - Constructor for class org.springframework.pulsar.sample.binder.SpringPulsarBinderSampleApp
- SpringPulsarBootApp - Class in app1
- SpringPulsarBootApp() - Constructor for class app1.SpringPulsarBootApp
- SpringPulsarReaderBootApp - Class in reader.app
- SpringPulsarReaderBootApp() - Constructor for class reader.app.SpringPulsarReaderBootApp
- STANDARD - Enum constant in enum class org.springframework.pulsar.sample.signup.model.SignupTier
-
Standard tier.
- start() - Method in class org.springframework.pulsar.config.GenericListenerEndpointRegistry
- start() - Method in class org.springframework.pulsar.config.GenericReaderEndpointRegistry
- start() - Method in class org.springframework.pulsar.function.PulsarFunctionAdministration
- start() - Method in class org.springframework.pulsar.listener.AbstractPulsarMessageListenerContainer
- start() - Method in class org.springframework.pulsar.reactive.listener.DefaultReactivePulsarMessageListenerContainer
- start() - Method in class org.springframework.pulsar.reader.AbstractPulsarMessageReaderContainer
- startContainer() - Static method in interface org.springframework.pulsar.test.support.PulsarTestContainerSupport
- startMessageId() - Element in annotation interface org.springframework.pulsar.annotation.PulsarReader
-
MessageId
for this reader to start from. - stop() - Method in class org.springframework.pulsar.config.GenericListenerEndpointRegistry
- stop() - Method in class org.springframework.pulsar.config.GenericReaderEndpointRegistry
- stop() - Method in class org.springframework.pulsar.function.PulsarFunctionAdministration
- stop() - Method in class org.springframework.pulsar.listener.AbstractPulsarMessageListenerContainer
- stop() - Method in class org.springframework.pulsar.reactive.listener.DefaultReactivePulsarMessageListenerContainer
- stop() - Method in class org.springframework.pulsar.reader.AbstractPulsarMessageReaderContainer
- stop(Runnable) - Method in class org.springframework.pulsar.config.GenericListenerEndpointRegistry
- stop(Runnable) - Method in class org.springframework.pulsar.config.GenericReaderEndpointRegistry
- stop(PulsarAdmin) - Method in record class org.springframework.pulsar.function.PulsarFunction
- stop(PulsarAdmin) - Method in interface org.springframework.pulsar.function.PulsarFunctionOperations
-
Stops the function.
- stop(PulsarAdmin) - Method in record class org.springframework.pulsar.function.PulsarSink
- stop(PulsarAdmin) - Method in record class org.springframework.pulsar.function.PulsarSource
- STOP - Enum constant in enum class org.springframework.pulsar.function.PulsarFunctionOperations.FunctionStopPolicy
-
Stop the function if running.
- stopPolicy() - Method in record class org.springframework.pulsar.function.PulsarFunction
-
Returns the value of the
stopPolicy
record component. - stopPolicy() - Method in interface org.springframework.pulsar.function.PulsarFunctionOperations
-
Gets the action to take on the function when the server is stopped.
- stopPolicy() - Method in record class org.springframework.pulsar.function.PulsarSink
-
Returns the value of the
stopPolicy
record component. - stopPolicy() - Method in record class org.springframework.pulsar.function.PulsarSource
-
Returns the value of the
stopPolicy
record component. - stream() - Element in annotation interface org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListener
-
Activate stream consumption.
- subscriptionName() - Element in annotation interface org.springframework.pulsar.annotation.PulsarListener
-
Pulsar subscription name associated with this listener.
- subscriptionName() - Element in annotation interface org.springframework.pulsar.annotation.PulsarReader
-
Pulsar subscription name associated with this listener.
- subscriptionName() - Element in annotation interface org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListener
-
Pulsar subscription name associated with this listener.
- subscriptionType() - Element in annotation interface org.springframework.pulsar.annotation.PulsarListener
-
Pulsar subscription type for this listener.
- subscriptionType() - Element in annotation interface org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListener
-
Pulsar subscription type for this listener.
- supportsContext(Observation.Context) - Method in interface org.springframework.pulsar.observation.PulsarListenerObservationConvention
- supportsContext(Observation.Context) - Method in interface org.springframework.pulsar.observation.PulsarTemplateObservationConvention
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form