Annotation Interface HotRod
Configures the HotRod client used by a session repository.
- Author:
- Paul Ferraro
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionProperty[]The HotRod client properties.The Infinispan server configuration template from which to create a remote cache.
-
Element Details
-
uri
-
template
String templateThe Infinispan server configuration template from which to create a remote cache.- Returns:
- an Infinispan server template
- Default:
"org.infinispan.DIST_SYNC"
-
properties
Property[] propertiesThe HotRod client properties.- Returns:
- an array of HotRod client properties.
- Default:
{}
-