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, 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 interceptorsInterceptorConfigurationBuilder.addProperty
(String key, String value) Deprecated, for removal: This API element is subject to removal in a future version.InterceptorConfigurationBuilder.after
(Class<? extends AsyncInterceptor> after) Deprecated, for removal: This API element is subject to removal in a future version.Dictates that the custom interceptor appears immediately after the specified interceptor.InterceptorConfigurationBuilder.before
(Class<? extends AsyncInterceptor> before) Deprecated, for removal: This API element is subject to removal in a future version.Dictates that the custom interceptor appears immediately before the specified interceptor.InterceptorConfigurationBuilder.clearProperties()
Deprecated, for removal: This API element is subject to removal in a future version.Clears the interceptor propertiesInterceptorConfigurationBuilder.index
(int i) Deprecated, for removal: This API element is subject to removal in a future version.Specifies a position in the interceptor chain to place the new interceptor.InterceptorConfigurationBuilder.interceptor
(AsyncInterceptor interceptor) Deprecated, for removal: This API element is subject to removal in a future version.An instance of the new custom interceptor to add to the configuration.InterceptorConfigurationBuilder.interceptorClass
(Class<? extends AsyncInterceptor> interceptorClass) Deprecated, for removal: This API element is subject to removal in a future version.Class of the new custom interceptor to add to the configuration.InterceptorConfigurationBuilder.position
(InterceptorConfiguration.Position p) Deprecated, for removal: This API element is subject to removal in a future version.Specifies a position, denoted by theInterceptorConfiguration.Position
enumeration, where to place the new interceptor.InterceptorConfigurationBuilder.read
(InterceptorConfiguration template, Combine combine) Deprecated, for removal: This API element is subject to removal in a future version.InterceptorConfigurationBuilder.removeProperty
(String key) Deprecated, for removal: This API element is subject to removal in a future version.InterceptorConfigurationBuilder.withProperties
(Properties properties) Deprecated, for removal: This API element is subject to removal in a future version.Sets interceptor properties