url-open, gRPC

Syntax for gRPC URLs with the dp:url-open extension element.

Syntax

grpc://server?queryParameters

Attributes

grpc
The protocol identifier to establish a connection.
server
The name of the gRPC instance that defines the connection to the remote gRPC server.
queryParameters
The name-value pairs that describe gRPC server-specific query parameters.
service="name"
The RPC service interface as defined in the .proto Protocol Buffers file.
method="name"
The method as defined in the .proto Protocol Buffers file.
timeout="ms"
The operational timeout in milliseconds.

Guidelines

Use this dp:url-open element to establish a connection with the remote gRPC server.