Uses of Class
org.infinispan.configuration.cache.InterceptorConfiguration
-
Packages that use InterceptorConfiguration Package Description org.infinispan.configuration.cache Cacheconfiguration -
-
Uses of InterceptorConfiguration in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return InterceptorConfiguration Modifier and Type Method Description InterceptorConfigurationInterceptorConfigurationBuilder. create()Deprecated.Methods in org.infinispan.configuration.cache that return types with arguments of type InterceptorConfiguration Modifier and Type Method Description java.util.List<InterceptorConfiguration>CustomInterceptorsConfiguration. interceptors()Deprecated.This specifies a list ofInterceptorConfigurationinstances to be referenced when building the interceptor chain.Methods in org.infinispan.configuration.cache with parameters of type InterceptorConfiguration Modifier and Type Method Description InterceptorConfigurationBuilderInterceptorConfigurationBuilder. read(InterceptorConfiguration template)Deprecated.Method parameters in org.infinispan.configuration.cache with type arguments of type InterceptorConfiguration Modifier and Type Method Description CustomInterceptorsConfigurationCustomInterceptorsConfiguration. interceptors(java.util.List<InterceptorConfiguration> interceptors)Deprecated.
-