Uses of Class
org.springframework.data.redis.listener.ChannelTopic
Packages that use ChannelTopic
Package
Description
Base package for Redis message listener / pubsub container facility
Implementation classes for Spring Messaging integration.
Redis Pub/Sub support for Spring Messaging.
-
Uses of ChannelTopic in org.springframework.data.redis.listener
Methods in org.springframework.data.redis.listener that return ChannelTopicModifier and TypeMethodDescriptionstatic ChannelTopicCreate a newChannelTopicfor channel subscriptions.static ChannelTopicCreate a newChannelTopicfor channel subscriptions.Methods in org.springframework.data.redis.listener with parameters of type ChannelTopicModifier and TypeMethodDescriptionReactiveRedisMessageListenerContainer.receive(ChannelTopic... channelTopics) Subscribe to one or moreChannelTopics and receive a stream ofReactiveSubscription.ChannelMessage.ReactiveRedisMessageListenerContainer.receiveLater(ChannelTopic... channelTopics) Subscribe to one or moreChannelTopics and receive a stream ofReactiveSubscription.ChannelMessageonce the returnedMonocompletes. -
Uses of ChannelTopic in org.springframework.data.redis.listener.support
Methods in org.springframework.data.redis.listener.support that return types with arguments of type ChannelTopicModifier and TypeMethodDescriptionstatic TopicResolver<ChannelTopic> TopicResolver.channel()Return aTopicResolverfor resolvingChannelTopicfor a given topic name. -
Uses of ChannelTopic in org.springframework.data.redis.messaging
Subclasses with type arguments of type ChannelTopic in org.springframework.data.redis.messagingModifier and TypeClassDescriptionclassMessage-oriented template for publishing to Redis Pub/Sub channels throughRedisOperations.Subinterfaces with type arguments of type ChannelTopic in org.springframework.data.redis.messagingModifier and TypeInterfaceDescriptioninterfaceRedis-specificDestinationResolvingMessageSendingOperationsfor operations for sending messages to a destination specified as a (resolvable) String name andChannelTopic.Methods in org.springframework.data.redis.messaging that return ChannelTopicModifier and TypeMethodDescriptionprotected final ChannelTopicRedisMessageSendingTemplate.resolveDestination(String destinationName) Methods in org.springframework.data.redis.messaging that return types with arguments of type ChannelTopicModifier and TypeMethodDescription@Nullable DestinationResolver<ChannelTopic> RedisMessageSendingTemplate.getDestinationResolver()Return the configured destination resolver.Methods in org.springframework.data.redis.messaging with parameters of type ChannelTopicModifier and TypeMethodDescriptionprotected voidRedisMessageSendingTemplate.doSend(ChannelTopic destination, Message<?> message) Method parameters in org.springframework.data.redis.messaging with type arguments of type ChannelTopicModifier and TypeMethodDescriptionvoidRedisMessageSendingTemplate.setDestinationResolver(@Nullable DestinationResolver<ChannelTopic> destinationResolver) Configure theDestinationResolverto use to resolve String destination names into actual destinations of typeChannelTopic.