public class RedisContainerEventListener extends AbstractContainerEventListener
| Constructor and Description |
|---|
RedisContainerEventListener(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onContainerStartedEvent(ContainerStartedEvent event) |
protected void |
onContainerStoppedEvent(ContainerStoppedEvent event) |
onApplicationEventpublic RedisContainerEventListener(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory)
protected void onContainerStartedEvent(ContainerStartedEvent event)
onContainerStartedEvent in class AbstractContainerEventListenerprotected void onContainerStoppedEvent(ContainerStoppedEvent event)
onContainerStoppedEvent in class AbstractContainerEventListener