Class CustomInterceptorsConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
- All Implemented Interfaces:
org.infinispan.commons.configuration.attributes.Matchable<CustomInterceptorsConfiguration>
@Deprecated public class CustomInterceptorsConfiguration extends Object implements org.infinispan.commons.configuration.attributes.Matchable<CustomInterceptorsConfiguration>
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 org.infinispan.commons.configuration.attributes.AttributeSet
attributes()
Deprecated.boolean
equals(Object o)
Deprecated.int
hashCode()
Deprecated.List<InterceptorConfiguration>
interceptors()
Deprecated.This specifies a list ofInterceptorConfiguration
instances to be referenced when building the interceptor chain.CustomInterceptorsConfiguration
interceptors(List<InterceptorConfiguration> interceptors)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
interceptors
public List<InterceptorConfiguration> interceptors()
Deprecated.This specifies a list ofInterceptorConfiguration
instances to be referenced when building the interceptor chain.- Returns:
- A list of
InterceptorConfiguration
s. 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.
-
attributes
public org.infinispan.commons.configuration.attributes.AttributeSet attributes()
Deprecated.
-
-