Uses of Class
org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Packages that use InterceptorConfigurationBuilder
-
Uses of InterceptorConfigurationBuilder in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return InterceptorConfigurationBuilderModifier and TypeMethodDescriptionCustomInterceptorsConfigurationBuilder.addInterceptor()
Deprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptorsInterceptorConfigurationBuilder.addProperty
(String key, String value) Deprecated.InterceptorConfigurationBuilder.after
(Class<? extends org.infinispan.interceptors.AsyncInterceptor> after) Deprecated.Dictates that the custom interceptor appears immediately after the specified interceptor.InterceptorConfigurationBuilder.before
(Class<? extends org.infinispan.interceptors.AsyncInterceptor> before) Deprecated.Dictates that the custom interceptor appears immediately before the specified interceptor.InterceptorConfigurationBuilder.clearProperties()
Deprecated.Clears the interceptor propertiesInterceptorConfigurationBuilder.index
(int i) Deprecated.Specifies a position in the interceptor chain to place the new interceptor.InterceptorConfigurationBuilder.interceptor
(org.infinispan.interceptors.AsyncInterceptor interceptor) Deprecated.An instance of the new custom interceptor to add to the configuration.InterceptorConfigurationBuilder.interceptorClass
(Class<? extends org.infinispan.interceptors.AsyncInterceptor> interceptorClass) Deprecated.Class of the new custom interceptor to add to the configuration.InterceptorConfigurationBuilder.position
(InterceptorConfiguration.Position p) Deprecated.Specifies a position, denoted by theInterceptorConfiguration.Position
enumeration, where to place the new interceptor.InterceptorConfigurationBuilder.read
(InterceptorConfiguration template) Deprecated.InterceptorConfigurationBuilder.removeProperty
(String key) Deprecated.InterceptorConfigurationBuilder.withProperties
(Properties properties) Deprecated.Sets interceptor properties