Module: ConvenientService::Support::Middleware::StackBuilder::Constants::Backends Private
- Defined in:
- lib/convenient_service/support/middleware/stack_builder/constants.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Constant Summary collapse
- RUBY_MIDDLEWARE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:ruby_middleware- RACK =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:rack- STATEFUL =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:stateful- NAIVE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:naive- ALL =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
[RUBY_MIDDLEWARE, RACK, STATEFUL, NAIVE]
- DEFAULT =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
NAIVE