Class CustomInterceptorsConfiguration

java.lang.Object
org.infinispan.configuration.cache.CustomInterceptorsConfiguration
All Implemented Interfaces:
Matchable<CustomInterceptorsConfiguration>

@Deprecated(forRemoval=true) public class CustomInterceptorsConfiguration extends Object implements Matchable<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
  • Method Details

    • interceptors

      public List<InterceptorConfiguration> interceptors()
      Deprecated, for removal: This API element is subject to removal in a future version.
      This specifies a list of InterceptorConfiguration instances to be referenced when building the interceptor chain.
      Returns:
      A list of InterceptorConfigurations. May be an empty list, will never be null.
    • interceptors

      public CustomInterceptorsConfiguration interceptors(List<InterceptorConfiguration> interceptors)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • attributes

      public AttributeSet attributes()
      Deprecated, for removal: This API element is subject to removal in a future version.