Class InternalContextAttributes
java.lang.Object
io.gravitee.gateway.reactive.api.context.InternalContextAttributes
- Author:
- Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com), GraviteeSource Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAdapted ExecutionContext for V3 compatibility.static final Stringstatic final Stringstatic final StringAttribute used to store a reference to theEntrypointConnectorstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFeature: limit
Type: integer
Attribute used to store the maximum number of messages to retrieve, asked by the client.static final StringFeature: limit
Type: long
Attribute used to store the maximum duration of the consumption request, asked by the client.static final StringFeature: recovery
Type: string
Attribute used to store the ID of the last message received by the client.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ATTR_INTERNAL_REACTABLE_API
- See Also:
-
ATTR_INTERNAL_ENTRYPOINT_CONNECTOR
Attribute used to store a reference to theEntrypointConnector- See Also:
-
ATTR_INTERNAL_ENDPOINT_CONNECTOR_ID
- See Also:
-
ATTR_INTERNAL_INVOKER
- See Also:
-
ATTR_INTERNAL_INVOKER_SKIP
- See Also:
-
ATTR_INTERNAL_EXECUTION_FAILURE
- See Also:
-
ATTR_INTERNAL_EXECUTION_WARN
- See Also:
-
ATTR_INTERNAL_EXECUTION_COMPONENT_SCOPE
- See Also:
-
ATTR_INTERNAL_FLOW_STAGE
- See Also:
-
ATTR_INTERNAL_SUBSCRIPTION
- See Also:
-
ATTR_INTERNAL_SUBSCRIPTION_TYPE
- See Also:
-
ATTR_INTERNAL_SECURITY_TOKEN
- See Also:
-
ATTR_INTERNAL_SECURITY_SKIP
- See Also:
-
ATTR_INTERNAL_SECURITY_DIAGNOSTIC
- See Also:
-
ATTR_INTERNAL_ANALYTICS_CONTEXT
- See Also:
-
ATTR_INTERNAL_TRACING_ENABLED
- See Also:
-
ATTR_INTERNAL_TRACING_ROOT_SPAN
- See Also:
-
ATTR_INTERNAL_MESSAGE_EXECUTION_PHASE
- See Also:
-
ATTR_INTERNAL_MESSAGE_THROWABLE
- See Also:
-
ATTR_INTERNAL_MESSAGE_RECORDABLE
- See Also:
-
ATTR_INTERNAL_MESSAGE_RECORDABLE_WITH_LOGGING
- See Also:
-
ATTR_INTERNAL_VALIDATE_SUBSCRIPTION
- See Also:
-
ATTR_INTERNAL_TRACING_ERROR
- See Also:
-
ATTR_INTERNAL_TRACING_MESSAGE_SPAN
- See Also:
-
ATTR_INTERNAL_ADAPTED_CONTEXT
Adapted ExecutionContext for V3 compatibility.- See Also:
-
ATTR_INTERNAL_LISTENER_TYPE
- See Also:
-
ATTR_INTERNAL_MESSAGES_LIMIT_COUNT
Feature: limit
Type: integer
Attribute used to store the maximum number of messages to retrieve, asked by the client.- See Also:
-
ATTR_INTERNAL_MESSAGES_LIMIT_DURATION_MS
Feature: limit
Type: long
Attribute used to store the maximum duration of the consumption request, asked by the client.- See Also:
-
ATTR_INTERNAL_MESSAGES_RECOVERY_LAST_ID
Feature: recovery
Type: string
Attribute used to store the ID of the last message received by the client.- See Also:
-
-
Constructor Details
-
InternalContextAttributes
public InternalContextAttributes()
-