Interface MutableInfinispanConfiguration
- All Superinterfaces:
org.springframework.beans.factory.Aware,Consumer<org.springframework.core.annotation.AnnotationAttributes>,org.springframework.context.EmbeddedValueResolverAware,InfinispanConfiguration
- All Known Implementing Classes:
InfinispanConfigurationBean
public interface MutableInfinispanConfiguration
extends InfinispanConfiguration, org.springframework.context.EmbeddedValueResolverAware, Consumer<org.springframework.core.annotation.AnnotationAttributes>
A mutable Infinispan configuration.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.spring.context.infinispan.embedded.InfinispanConfiguration
DEFAULT_CONFIGURATION_RESOURCE -
Method Summary
Modifier and TypeMethodDescriptionvoidsetResource(String resource) Specifies the path of the configuration resource.voidsetTemplate(String templateName) Specifies the name of the target cache configuration.Methods inherited from interface org.springframework.context.EmbeddedValueResolverAware
setEmbeddedValueResolverMethods inherited from interface org.wildfly.clustering.spring.context.infinispan.embedded.InfinispanConfiguration
getResource, getTemplate
-
Method Details
-
setResource
Specifies the path of the configuration resource.- Parameters:
resource- the path of the configuration resource.
-
setTemplate
Specifies the name of the target cache configuration.- Parameters:
templateName- the name of the target cache configuration.
-