| Package | Description |
|---|---|
| org.infinispan.configuration.cache |
Cache configuration |
| Modifier and Type | Method and Description |
|---|---|
InterceptorConfigurationBuilder |
CustomInterceptorsConfigurationBuilder.addInterceptor()
Deprecated.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
|
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.addProperty(String key,
String value)
Deprecated.
|
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.after(Class<? extends AsyncInterceptor> after)
Deprecated.
Dictates that the custom interceptor appears immediately after the specified interceptor.
|
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.before(Class<? extends AsyncInterceptor> before)
Deprecated.
Dictates that the custom interceptor appears immediately before the specified interceptor.
|
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.clearProperties()
Deprecated.
Clears the interceptor properties
|
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.index(int i)
Deprecated.
Specifies a position in the interceptor chain to place the new interceptor.
|
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.interceptor(AsyncInterceptor interceptor)
Deprecated.
An instance of the new custom interceptor to add to the configuration.
|
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.interceptorClass(Class<? extends AsyncInterceptor> interceptorClass)
Deprecated.
Class of the new custom interceptor to add to the configuration.
|
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.position(InterceptorConfiguration.Position p)
Deprecated.
Specifies a position, denoted by the
InterceptorConfiguration.Position enumeration, where to place the new interceptor. |
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.read(InterceptorConfiguration template)
Deprecated.
|
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.removeProperty(String key)
Deprecated.
|
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.withProperties(Properties properties)
Deprecated.
Sets interceptor properties
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.