Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<InterceptorConfiguration.Position> |
InterceptorConfiguration.POSITION |
Modifier and Type | Method and Description |
---|---|
InterceptorConfiguration.Position |
InterceptorConfiguration.position() |
static InterceptorConfiguration.Position |
InterceptorConfiguration.Position.valueOf(String name)
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 Type | Method and Description |
---|---|
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.position(InterceptorConfiguration.Position p)
Deprecated.
Specifies a position, denoted by the
InterceptorConfiguration.Position enumeration, where to place the new interceptor. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.