Class CustomInterceptorsConfigurationBuilder

java.lang.Object
org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
All Implemented Interfaces:
Builder<CustomInterceptorsConfiguration>, ConfigurationChildBuilder

@Deprecated(forRemoval=true) public class CustomInterceptorsConfigurationBuilder extends Object implements Builder<CustomInterceptorsConfiguration>
Deprecated, for removal: This API element is subject to removal in a future version.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
Configures custom interceptors to be added to the cache.
Author:
pmuir