Java org.springframework.data.redis.listener RedisMessageListenerContainer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.redis.listener RedisMessageListenerContainer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.redis.listener RedisMessageListenerContainer.

The text is from its open source code.

Constructor

Method

voidaddMessageListener(MessageListener listener, Collection topics)
Adds a message listener to the (potentially running) container.
voidaddMessageListener(MessageListener listener, Topic topic)
Adds a message listener to the (potentially running) container.
voidafterPropertiesSet()
voiddestroy()
booleanisActive()
Return whether this container is currently active, that is, whether it has been set up but not shut down yet.
voidsetBeanName(String name)
voidsetConnectionFactory(RedisConnectionFactory connectionFactory)
voidsetSubscriptionExecutor(Executor subscriptionExecutor)
Sets the task execution used for subscribing to Redis channels.
voidsetTaskExecutor(Executor taskExecutor)
Sets the task executor used for running the message listeners when messages are received.
voidstart()
voidstop()