GatewayAction: Context
Item | Value |
---|
Briefly | The interface that accepts the request for processing by the backend |
Authors | |
Definition Path | ImprovingApp.GatewayAPI.GatewayAction |
View Source Link | userDefinitions.riddl(5:1) |
---
title: Context Map For Context 'GatewayAction'
init:
theme: dark
flowchart:
defaultRenderer: dagre
width: 100%
useMaxWidth: true
securityLevel: loose
---
flowchart TB
classDef default fill:#666,stroke:black,stroke-width:3px,color:white;
classDef GatewayAction_class color:white,stroke-width:3px;
subgraph 'Domain 'GatewayAPI''
direction TB
GatewayAction((Context 'GatewayAction'))
end
class GatewayAction GatewayAction_class