Class CustomInterceptorsConfiguration

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

@Deprecated(forRemoval=true) public class CustomInterceptorsConfiguration extends Object implements org.infinispan.commons.configuration.attributes.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 Summary

    Modifier and Type
    Method
    Description
    org.infinispan.commons.configuration.attributes.AttributeSet
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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.
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.infinispan.commons.configuration.attributes.Matchable

    matches
  • 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 org.infinispan.commons.configuration.attributes.AttributeSet attributes()
      Deprecated, for removal: This API element is subject to removal in a future version.