Annotation Type EnableHotRodHttpSession
-
@Retention(RUNTIME) @Target(TYPE) @Documented @Import(HotRodHttpSessionConfiguration.class) @Configuration(proxyBeanMethods=false) public @interface EnableHotRodHttpSession
Configures a session repository whose sessions are persisted to a remote Infinispan cluster accessed via HotRod.- Author:
- Paul Ferraro
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description HotRodconfigSessionManagermanager
-
-
-
Element Detail
-
config
HotRod config
-
-
-
manager
SessionManager manager
-
-