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