Class CustomInterceptorsConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
- All Implemented Interfaces:
org.infinispan.commons.configuration.attributes.Matchable<CustomInterceptorsConfiguration>,BaseConfigurationInfo,ConfigurationInfo
@Deprecated public class CustomInterceptorsConfiguration extends Object implements org.infinispan.commons.configuration.attributes.Matchable<CustomInterceptorsConfiguration>, ConfigurationInfo
Deprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptorsConfigures custom interceptors to be added to the cache.- Author:
- pmuir
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.org.infinispan.commons.configuration.elements.ElementDefinitiongetElementDefinition()Deprecated.inthashCode()Deprecated.List<InterceptorConfiguration>interceptors()Deprecated.This specifies a list ofInterceptorConfigurationinstances to be referenced when building the interceptor chain.CustomInterceptorsConfigurationinterceptors(List<InterceptorConfiguration> interceptors)Deprecated.List<ConfigurationInfo>subElements()Deprecated.StringtoString()Deprecated.-
Methods inherited from interface org.infinispan.commons.configuration.BaseConfigurationInfo
attributes
-
-
-
-
Method Detail
-
interceptors
public List<InterceptorConfiguration> interceptors()
Deprecated.This specifies a list ofInterceptorConfigurationinstances to be referenced when building the interceptor chain.- Returns:
- A list of
InterceptorConfigurations. May be an empty list, will never be null.
-
interceptors
public CustomInterceptorsConfiguration interceptors(List<InterceptorConfiguration> interceptors)
Deprecated.
-
toString
public String toString()
Deprecated.
-
equals
public boolean equals(Object o)
Deprecated.
-
hashCode
public int hashCode()
Deprecated.
-
getElementDefinition
public org.infinispan.commons.configuration.elements.ElementDefinition getElementDefinition()
Deprecated.- Specified by:
getElementDefinitionin interfaceBaseConfigurationInfo- Returns:
- the
ElementDefinitionof the configuration.
-
subElements
public List<ConfigurationInfo> subElements()
Deprecated.- Specified by:
subElementsin interfaceConfigurationInfo- Returns:
- the list of sub elements.
-
-