Class CustomInterceptorsConfiguration
java.lang.Object
org.infinispan.configuration.cache.CustomInterceptorsConfiguration
- All Implemented Interfaces:
org.infinispan.commons.configuration.attributes.Matchable<CustomInterceptorsConfiguration>
@Deprecated(forRemoval=true)
public class CustomInterceptorsConfiguration
extends Object
implements org.infinispan.commons.configuration.attributes.Matchable<CustomInterceptorsConfiguration>
Deprecated, for removal: This API element is subject to removal in a future version.
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.AttributeSetDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.This specifies a list ofInterceptorConfigurationinstances to be referenced when building the interceptor chain.interceptors(List<InterceptorConfiguration> interceptors) Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.commons.configuration.attributes.Matchable
matches
-
Method Details
-
interceptors
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
attributes
public org.infinispan.commons.configuration.attributes.AttributeSet attributes()Deprecated, for removal: This API element is subject to removal in a future version.
-