@Deprecated public static interface FluentConfiguration.CustomInterceptorPosition
Modifier and Type | Method and Description |
---|---|
FluentConfiguration.CustomInterceptorsConfig |
after(Class<? extends CommandInterceptor> interceptorClass)
Deprecated.
|
FluentConfiguration.CustomInterceptorsConfig |
atIndex(int index)
Deprecated.
|
FluentConfiguration.CustomInterceptorsConfig |
before(Class<? extends CommandInterceptor> interceptorClass)
Deprecated.
|
FluentConfiguration.CustomInterceptorsConfig |
first()
Deprecated.
|
FluentConfiguration.CustomInterceptorsConfig |
last()
Deprecated.
|
FluentConfiguration.CustomInterceptorsConfig first()
FluentConfiguration.CustomInterceptorsConfig last()
FluentConfiguration.CustomInterceptorsConfig atIndex(int index)
FluentConfiguration.CustomInterceptorsConfig after(Class<? extends CommandInterceptor> interceptorClass)
FluentConfiguration.CustomInterceptorsConfig before(Class<? extends CommandInterceptor> interceptorClass)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.