org.infinispan.configuration.cache
Class CustomInterceptorsConfiguration
java.lang.Object
org.infinispan.configuration.cache.CustomInterceptorsConfiguration
public class CustomInterceptorsConfiguration
- extends Object
Configures custom interceptors to be added to the cache.
- Author:
- pmuir
CustomInterceptorsConfiguration
public CustomInterceptorsConfiguration()
interceptors
public List<InterceptorConfiguration> interceptors()
- This specifies a list of
InterceptorConfiguration
instances to be referenced when building the interceptor
chain.
- Returns:
- A list of
InterceptorConfiguration
s. May be an empty list, will never be null.
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.