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