/AWS1/CL_APMGRPCROUTE¶
An object that represents a gRPC route type.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_action TYPE REF TO /AWS1/CL_APMGRPCROUTEACTION /AWS1/CL_APMGRPCROUTEACTION¶
An object that represents the action to take if a match is determined.
io_match TYPE REF TO /AWS1/CL_APMGRPCROUTEMATCH /AWS1/CL_APMGRPCROUTEMATCH¶
An object that represents the criteria for determining a request match.
Optional arguments:¶
io_retrypolicy TYPE REF TO /AWS1/CL_APMGRPCRETRYPOLICY /AWS1/CL_APMGRPCRETRYPOLICY¶
An object that represents a retry policy.
io_timeout TYPE REF TO /AWS1/CL_APMGRPCTIMEOUT /AWS1/CL_APMGRPCTIMEOUT¶
An object that represents types of timeouts.
Queryable Attributes¶
action¶
An object that represents the action to take if a match is determined.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION |
match¶
An object that represents the criteria for determining a request match.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCH() |
Getter for MATCH |
retryPolicy¶
An object that represents a retry policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETRYPOLICY() |
Getter for RETRYPOLICY |
timeout¶
An object that represents types of timeouts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEOUT() |
Getter for TIMEOUT |