public class RedisContainerLauncher extends java.lang.Object implements ContainerLauncher, org.springframework.context.ApplicationEventPublisherAware
LAUNCHER_CONFIG_LOCATION
Constructor and Description |
---|
RedisContainerLauncher(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory) |
Modifier and Type | Method and Description |
---|---|
Container |
launch() |
static void |
main(java.lang.String[] args) |
void |
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher eventPublisher) |
public RedisContainerLauncher(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher eventPublisher)
setApplicationEventPublisher
in interface org.springframework.context.ApplicationEventPublisherAware
public Container launch()
launch
in interface ContainerLauncher
public static void main(java.lang.String[] args)