Package ratpack.session.store
Class RedisSessionModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- ratpack.guice.ConfigurableModule<RedisSessionModule.Config>
-
- ratpack.session.store.RedisSessionModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class RedisSessionModule extends ConfigurableModule<RedisSessionModule.Config>
An extension module that provides a redis backed session store.This module depends on
SessionModule
and MUST be added to the module list AFTERSessionModule
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RedisSessionModule.Config
Configuration for Redis Session Storage.
-
Constructor Summary
Constructors Constructor Description RedisSessionModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure()
-
Methods inherited from class ratpack.guice.ConfigurableModule
configure, createConfig, defaultConfig, setConfig
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-