org.infinispan.config
Interface FluentConfiguration.CustomInterceptorPosition
- All Known Implementing Classes:
- Configuration.CustomInterceptorPositionType
- Enclosing class:
- FluentConfiguration
public static interface FluentConfiguration.CustomInterceptorPosition
Configures the location of a specific custom interceptor
first
FluentConfiguration.CustomInterceptorsConfig first()
last
FluentConfiguration.CustomInterceptorsConfig last()
atIndex
FluentConfiguration.CustomInterceptorsConfig atIndex(int index)
after
FluentConfiguration.CustomInterceptorsConfig after(Class<? extends CommandInterceptor> interceptorClass)
before
FluentConfiguration.CustomInterceptorsConfig before(Class<? extends CommandInterceptor> interceptorClass)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.