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 Type
    Method
    Description
    void
    setResource(String resource)
    Specifies the path of the configuration resource.
    void
    setTemplate(String templateName)
    Specifies the name of the target cache configuration.

    Methods inherited from interface java.util.function.Consumer

    accept, andThen

    Methods inherited from interface org.springframework.context.EmbeddedValueResolverAware

    setEmbeddedValueResolver

    Methods inherited from interface org.wildfly.clustering.spring.context.infinispan.embedded.InfinispanConfiguration

    getResource, getTemplate
  • Method Details

    • setResource

      void setResource(String resource)
      Specifies the path of the configuration resource.
      Parameters:
      resource - the path of the configuration resource.
    • setTemplate

      void setTemplate(String templateName)
      Specifies the name of the target cache configuration.
      Parameters:
      templateName - the name of the target cache configuration.