Class CustomInterceptorsConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
- All Implemented Interfaces:
org.infinispan.commons.configuration.attributes.Matchable<CustomInterceptorsConfiguration>
public class CustomInterceptorsConfiguration extends Object implements org.infinispan.commons.configuration.attributes.Matchable<CustomInterceptorsConfiguration>
Configures custom interceptors to be added to the cache.- Author:
- pmuir
-
-
Constructor Summary
Constructors Constructor Description CustomInterceptorsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
List<InterceptorConfiguration>
interceptors()
This specifies a list ofInterceptorConfiguration
instances to be referenced when building the interceptor chain.CustomInterceptorsConfiguration
interceptors(List<InterceptorConfiguration> interceptors)
String
toString()
-
-
-
Method Detail
-
interceptors
public List<InterceptorConfiguration> interceptors()
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)
-
-