Uses of Class
org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
Packages that use CustomInterceptorsConfiguration Package Description org.infinispan.configuration.cache Cacheconfiguration -
-
Uses of CustomInterceptorsConfiguration in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return CustomInterceptorsConfiguration Modifier and Type Method Description CustomInterceptorsConfigurationCustomInterceptorsConfigurationBuilder. create()Deprecated.CustomInterceptorsConfigurationConfiguration. customInterceptors()Deprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptorsCustomInterceptorsConfigurationCustomInterceptorsConfiguration. interceptors(List<InterceptorConfiguration> interceptors)Deprecated.Methods in org.infinispan.configuration.cache with parameters of type CustomInterceptorsConfiguration Modifier and Type Method Description CustomInterceptorsConfigurationBuilderCustomInterceptorsConfigurationBuilder. read(CustomInterceptorsConfiguration template)Deprecated.
-