Uses of Class
org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
-
Packages that use CustomInterceptorsConfigurationBuilder Package Description org.infinispan.configuration.cache Cacheconfiguration -
-
Uses of CustomInterceptorsConfigurationBuilder in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return CustomInterceptorsConfigurationBuilder Modifier and Type Method Description CustomInterceptorsConfigurationBuilderConfigurationBuilder. customInterceptors()Deprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptorsCustomInterceptorsConfigurationBuilderConfigurationChildBuilder. customInterceptors()Deprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptorsprotected CustomInterceptorsConfigurationBuilderAbstractCustomInterceptorsConfigurationChildBuilder. getCustomInterceptorsBuilder()Deprecated.CustomInterceptorsConfigurationBuilderCustomInterceptorsConfigurationBuilder. read(CustomInterceptorsConfiguration template)Deprecated.Constructors in org.infinispan.configuration.cache with parameters of type CustomInterceptorsConfigurationBuilder Constructor Description AbstractCustomInterceptorsConfigurationChildBuilder(CustomInterceptorsConfigurationBuilder builder)Deprecated.
-