Annotation Interface EnableHotRodIndexedHttpSession
@Deprecated(forRemoval=true)
@Retention(RUNTIME)
@Target(TYPE)
@Documented
@Import(HotRodIndexedHttpSessionConfiguration.class)
@Configuration(proxyBeanMethods=false)
public @interface EnableHotRodIndexedHttpSession
Deprecated, for removal: This API element is subject to removal in a future version.
Configures an indexed session repository whose sessions are persisted to a remote Infinispan cluster accessed via HotRod.
- Author:
- Paul Ferraro
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Element Details
-
config
HotRod configDeprecated, for removal: This API element is subject to removal in a future version. -
manager
SessionManager managerDeprecated, for removal: This API element is subject to removal in a future version. -
indexing
Indexing indexingDeprecated, for removal: This API element is subject to removal in a future version.
-
EnableHotRodIndexedHttpSessioninstead.