org.infinispan.config
Interface Configuration.CustomInterceptorsConfig

All Known Implementing Classes:
Configuration.CustomInterceptorsType
Enclosing class:
Configuration

public static interface Configuration.CustomInterceptorsConfig

Configures custom interceptors to be added to the cache.

Since:
5.0
Author:
Vladimir Blagojevic

Method Summary
 Configuration.CustomInterceptorsConfig addCustomInterceptor(CustomInterceptorConfig config)
           
 Configuration.CustomInterceptorsConfig setCustomInterceptors(List<CustomInterceptorConfig> customInterceptors)
           
 

Method Detail

setCustomInterceptors

Configuration.CustomInterceptorsConfig setCustomInterceptors(List<CustomInterceptorConfig> customInterceptors)

addCustomInterceptor

Configuration.CustomInterceptorsConfig addCustomInterceptor(CustomInterceptorConfig config)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.