static Property<DaprApiProtocol> |
Properties.API_METHOD_INVOCATION_PROTOCOL |
Deprecated.
|
static Property<DaprApiProtocol> |
Properties.API_PROTOCOL |
Deprecated.
|
static Property<String> |
Properties.API_TOKEN |
API token for authentication between App and Dapr's side car.
|
static Property<Integer> |
Properties.GRPC_PORT |
GRPC port for Dapr after checking system property and environment variable.
|
static Property<Integer> |
Properties.HTTP_CLIENT_MAX_IDLE_CONNECTIONS |
Dapr's default maximum number of idle connections for HTTP connection pool.
|
static Property<Integer> |
Properties.HTTP_CLIENT_MAX_REQUESTS |
Dapr's default maximum number of requests for HTTP client to execute concurrently.
|
static Property<Integer> |
Properties.HTTP_CLIENT_READ_TIMEOUT_SECONDS |
Dapr's timeout in seconds for HTTP client reads.
|
static Property<Integer> |
Properties.HTTP_PORT |
HTTP port for Dapr after checking system property and environment variable.
|
static Property<String> |
Properties.SIDECAR_IP |
IP for Dapr's sidecar.
|
static Property<Charset> |
Properties.STRING_CHARSET |
Determines which string encoding is used in Dapr's Java SDK.
|