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()Methods in org.infinispan.configuration.cache that return types with arguments of type InterceptorConfiguration Modifier and Type Method Description List<InterceptorConfiguration>CustomInterceptorsConfiguration. interceptors()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)Method parameters in org.infinispan.configuration.cache with type arguments of type InterceptorConfiguration Modifier and Type Method Description CustomInterceptorsConfigurationCustomInterceptorsConfiguration. interceptors(List<InterceptorConfiguration> interceptors)
-