Interface MutableHotRodConfiguration

All Superinterfaces:
org.springframework.beans.factory.Aware, Consumer<org.springframework.core.annotation.AnnotationAttributes>, org.springframework.context.EmbeddedValueResolverAware, HotRodConfiguration
All Known Implementing Classes:
AbstractHotRodHttpSessionConfiguration, HotRodConfigurationBean, HotRodHttpSessionConfiguration, HotRodHttpSessionConfiguration, HotRodIndexedHttpSessionConfiguration, HotRodIndexedHttpSessionConfiguration, HotRodWebSessionConfiguration

public interface MutableHotRodConfiguration extends HotRodConfiguration, org.springframework.context.EmbeddedValueResolverAware, Consumer<org.springframework.core.annotation.AnnotationAttributes>
Author:
Paul Ferraro
  • Method Details

    • setUri

      void setUri(String uri)
    • setProperties

      default void setProperties(Properties properties)
    • setProperty

      void setProperty(String name, String value)
    • setTemplate

      void setTemplate(String templateName)