Property reference

com.glide.oneapi.process.one_extend.response.direct

The com.glide.oneapi.process.one_extend.response.direct property determines the processing method for one extend responses. When set to true, responses are processed directly, which can improve efficiency, while false routes them through a hybrid queue for processing.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property configures whether one extend responses are processed directly or sent to a hybrid queue for handling by worker threads.
What area does it affect? One Extend Response Processing
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when optimizing response processing methods or troubleshooting performance issues.

Out of the box property record

Raw metadata from the property record.

Property name com.glide.oneapi.process.one_extend.response.direct
Sys ID 7ecc708a8383121034c8863f922bc02a
Type boolean
Application Global
Default value true
Description Determines whether one extend response will be processed through hybrid queue. If this property is set to false then one extend response will be pushed to hybrid queue and worker thread will pick the response and process. If it is set to true then the response will be directly processed.
Updated 2025-01-13 05:29:33