Class CustomInterceptorsConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
- All Implemented Interfaces:
Matchable<CustomInterceptorsConfiguration>
public class CustomInterceptorsConfiguration extends Object implements 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 booleanequals(Object o)inthashCode()List<InterceptorConfiguration>interceptors()This specifies a list ofInterceptorConfigurationinstances to be referenced when building the interceptor chain.CustomInterceptorsConfigurationinterceptors(List<InterceptorConfiguration> interceptors)StringtoString()
-
-
-
Method Detail
-
interceptors
public List<InterceptorConfiguration> interceptors()
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)
-
-