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.
- schemaForTypeWithObjectMapper(Class<T>, ObjectMapper) - Static method in interface org.springframework.pulsar.core.JSONSchemaUtil
-
Create a new JSON schema that uses the provided object mapper to de/serialize objects of the specified type.
- schemaForTypeWithObjectMapper(Class<T>, ObjectMapper, Consumer<SchemaDefinitionBuilder<T>>) - Static method in interface org.springframework.pulsar.core.JSONSchemaUtil
-
Create a new JSON schema that uses the provided object mapper to de/serialize objects of the specified type.
- 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.PulsarMessage
-
Default schema type to use for the annotated message class.
- schemaType() - Element in annotation interface org.springframework.pulsar.annotation.PulsarReader
-
Pulsar schema type for this listener.
- 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
- SEQUENCE_ID - Static variable in class org.springframework.pulsar.support.PulsarHeaders
-
Message sequence id.
- setAckMode(AckMode) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setAckMode(AckMode) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- 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
- 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.core.PulsarTemplate
- 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
- 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
- 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
- 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.core.DefaultTopicResolver
- 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
- 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.listener.PulsarContainerProperties
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setConcurrency(Integer) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
-
Set the concurrency for this endpoint's container.
- 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
- setConsumerProperties(Properties) - Method in class org.springframework.pulsar.config.AbstractPulsarListenerEndpoint
- setConsumerStartTimeout(Duration) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
-
Set the max duration to wait for the 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
- 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
- setEnabled(boolean) - Method in class org.springframework.pulsar.core.TransactionProperties
- setEndpointRegistry(GenericListenerEndpointRegistry) - Method in class org.springframework.pulsar.config.PulsarListenerEndpointRegistrar
- setEndpointRegistry(GenericReaderEndpointRegistry) - Method in class org.springframework.pulsar.config.PulsarReaderEndpointRegistrar
- setEnvironment(Environment) - Method in class org.springframework.pulsar.core.DefaultPulsarClientFactory
- 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
- 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.reactive.listener.ReactivePulsarContainerProperties
- 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
- setMaxNumBytes(int) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- setMaxNumMessages(int) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- 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
- setMessageListener(Object) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- 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.
- 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
- setObjectMapper(ObjectMapper) - Method in class org.springframework.pulsar.config.MethodPulsarListenerEndpoint
- setObjectMapper(ObjectMapper) - Method in class org.springframework.pulsar.config.MethodPulsarReaderEndpoint
- setObjectMapper(ObjectMapper) - Method in class org.springframework.pulsar.core.DefaultSchemaResolver
- setObjectMapper(ObjectMapper) - Method in class org.springframework.pulsar.listener.adapter.AbstractPulsarMessageToSpringMessageAdapter
- setObjectMapper(ObjectMapper) - Method in class org.springframework.pulsar.reactive.config.MethodReactivePulsarListenerEndpoint
- setObservationEnabled(boolean) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
- 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
- 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
- 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
- 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
- setRequired(boolean) - Method in class org.springframework.pulsar.core.TransactionProperties
- 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.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
- setStartMessageId(MessageId) - Method in class org.springframework.pulsar.config.AbstractPulsarReaderEndpoint
- setStartMessageId(MessageId) - Method in class org.springframework.pulsar.reader.PulsarReaderContainerProperties
- setStartupFailurePolicy(StartupFailurePolicy) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
-
The action to take on the container when a failure occurs during startup.
- setStartupFailurePolicy(StartupFailurePolicy) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
-
The action to take on the container when a failure occurs during startup.
- setStartupFailurePolicy(StartupFailurePolicy) - Method in class org.springframework.pulsar.reader.PulsarReaderContainerProperties
-
The action to take on the container when a failure occurs during startup.
- setStartupFailureRetryTemplate(RetryTemplate) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties
-
Set the template to use to retry startup when an exception occurs during startup.
- setStartupFailureRetryTemplate(RetryTemplate) - Method in class org.springframework.pulsar.reactive.listener.ReactivePulsarContainerProperties
-
Set the template to use to retry startup when an exception occurs during startup.
- setStartupFailureRetryTemplate(RetryTemplate) - Method in class org.springframework.pulsar.reader.PulsarReaderContainerProperties
-
Set the template to use to retry startup when an exception occurs during startup.
- 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
- 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
- setTimeout(Duration) - Method in class org.springframework.pulsar.core.TransactionProperties
- setTopicBuilder(PulsarTopicBuilder) - Method in class org.springframework.pulsar.core.DefaultPulsarConsumerFactory
-
Non-fully-qualified topic names specified on the created consumers will be automatically fully-qualified with a default prefix (
domain://tenant/namespace
) according to the specified topic builder. - setTopicBuilder(PulsarTopicBuilder) - Method in class org.springframework.pulsar.core.DefaultPulsarProducerFactory
-
Non-fully-qualified topic names specified on the created producers will be automatically fully-qualified with a default prefix (
domain://tenant/namespace
) according to the specified topic builder. - setTopicBuilder(PulsarTopicBuilder) - Method in class org.springframework.pulsar.core.DefaultPulsarReaderFactory
-
Non-fully-qualified topic names specified on the created readers will be automatically fully-qualified with a default prefix (
domain://tenant/namespace
) according to the specified topic builder. - setTopicBuilder(PulsarTopicBuilder) - Method in class org.springframework.pulsar.reactive.core.DefaultReactivePulsarConsumerFactory
-
Non-fully-qualified topic names specified on the created consumers will be automatically fully-qualified with a default prefix (
domain://tenant/namespace
) according to the specified topic builder. - setTopicBuilder(PulsarTopicBuilder) - Method in class org.springframework.pulsar.reactive.core.DefaultReactivePulsarReaderFactory
-
Non-fully-qualified topic names specified on the created readers will be automatically fully-qualified with a default prefix (
domain://tenant/namespace
) according to the specified topic builder. - 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.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.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.reactive.listener.ReactivePulsarContainerProperties
- setTransactional(Boolean) - Method in class org.springframework.pulsar.config.MethodPulsarListenerEndpoint
- setTransactionDefinition(TransactionDefinition) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties.TransactionSettings
-
Set a transaction definition with properties (e.g.
- setTransactionManager(PulsarAwareTransactionManager) - Method in class org.springframework.pulsar.listener.PulsarContainerProperties.TransactionSettings
-
Set the transaction manager to start a transaction.
- 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(ReactivePulsarMessageListenerContainer<T>, MessageConverter) - Method in class org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint
- 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.reactive.config.AbstractReactivePulsarListenerEndpoint
- 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.
- 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.
- 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.core.CachingPulsarProducerFactory
- 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.core.DefaultReactivePulsarSenderFactory
- start() - Method in class org.springframework.pulsar.reactive.listener.DefaultReactivePulsarMessageListenerContainer
- start() - Method in class org.springframework.pulsar.reader.AbstractPulsarMessageReaderContainer
- startMessageId() - Element in annotation interface org.springframework.pulsar.annotation.PulsarReader
-
MessageId
for this reader to start from. - StartupFailurePolicy - Enum Class in org.springframework.pulsar.config
-
The action to take on the container when a failure occurs during startup.
- 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.core.CachingPulsarProducerFactory
- 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.core.DefaultReactivePulsarSenderFactory
- 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.config.StartupFailurePolicy
-
Stop the container and throw exception.
- 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.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 - expected to be a single element array with subscription type or empty array to indicate null type.
- subscriptionType() - Element in annotation interface org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListener
-
Pulsar subscription type for this listener - expected to be a single element array with subscription type or empty array to indicate null type.
- 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