Class CustomInterceptorsConfiguration
java.lang.Object
org.infinispan.configuration.cache.CustomInterceptorsConfiguration
- All Implemented Interfaces:
Matchable<CustomInterceptorsConfiguration>
@Deprecated(forRemoval=true)
public class CustomInterceptorsConfiguration
extends Object
implements 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 TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.int
hashCode()
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 ofInterceptorConfiguration
instances 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.
-
Method Details
-
interceptors
Deprecated, for removal: This API element is subject to removal in a future version.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, 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
Deprecated, for removal: This API element is subject to removal in a future version.
-