Uses of Enum
org.infinispan.configuration.cache.InterceptorConfiguration.Position
-
Uses of InterceptorConfiguration.Position in org.infinispan.configuration.cache
Modifier and TypeFieldDescriptionstatic final AttributeDefinition<InterceptorConfiguration.Position>
InterceptorConfiguration.POSITION
Modifier and TypeMethodDescriptionInterceptorConfiguration.position()
Returns the enum constant of this type with the specified name.static InterceptorConfiguration.Position[]
InterceptorConfiguration.Position.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionInterceptorConfigurationBuilder.position
(InterceptorConfiguration.Position p) Deprecated, for removal: This API element is subject to removal in a future version.Specifies a position, denoted by theInterceptorConfiguration.Position
enumeration, where to place the new interceptor.