Class HotRodConfigurationBean
java.lang.Object
org.wildfly.clustering.spring.context.infinispan.remote.config.HotRodConfigurationBean
- All Implemented Interfaces:
Consumer<org.springframework.core.annotation.AnnotationAttributes>,org.springframework.beans.factory.Aware,org.springframework.context.EmbeddedValueResolverAware,HotRodConfiguration,MutableHotRodConfiguration
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(org.springframework.core.annotation.AnnotationAttributes attributes) getUri()voidsetEmbeddedValueResolver(org.springframework.util.StringValueResolver resolver) voidsetProperty(String name, String value) voidsetTemplate(String templateName) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.spring.context.infinispan.remote.MutableHotRodConfiguration
setProperties
-
Constructor Details
-
HotRodConfigurationBean
public HotRodConfigurationBean()
-
-
Method Details
-
setEmbeddedValueResolver
public void setEmbeddedValueResolver(org.springframework.util.StringValueResolver resolver) - Specified by:
setEmbeddedValueResolverin interfaceorg.springframework.context.EmbeddedValueResolverAware
-
getUri
- Specified by:
getUriin interfaceHotRodConfiguration
-
getProperties
- Specified by:
getPropertiesin interfaceHotRodConfiguration
-
getTemplateName
- Specified by:
getTemplateNamein interfaceHotRodConfiguration
-
setUri
- Specified by:
setUriin interfaceMutableHotRodConfiguration
-
setProperty
- Specified by:
setPropertyin interfaceMutableHotRodConfiguration
-
setTemplate
- Specified by:
setTemplatein interfaceMutableHotRodConfiguration
-
accept
-