Annotation Interface EnableHotRodHttpSession
@Retention(RUNTIME)
@Target(TYPE)
@Documented
@Import(HotRodHttpSessionConfiguration.class)
@Configuration(proxyBeanMethods=false)
public @interface EnableHotRodHttpSession
- Author:
- Paul Ferraro
-
Required Element Summary
Required Elements
-
Element Details
-
config
HotRod config -
manager
SessionManager manager
-