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 interceptors
Configures custom interceptors to be added to the cache.
- Author:
- pmuir
-
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.commons.configuration.attributes.AttributeSet
Deprecated.boolean
Deprecated.int
hashCode()
Deprecated.Deprecated.This specifies a list ofInterceptorConfiguration
instances to be referenced when building the interceptor chain.interceptors
(List<InterceptorConfiguration> interceptors) Deprecated.toString()
Deprecated.
-
Method Details
-
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
Deprecated. -
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
attributes
public org.infinispan.commons.configuration.attributes.AttributeSet attributes()Deprecated.
-