Package io.dapr.config
Class Properties
java.lang.Object
io.dapr.config.Properties
Global properties for Dapr's SDK, using Supplier so they are dynamically resolved.
-
Field Summary
Modifier and TypeFieldDescriptionAPI token for authentication between App and Dapr's side car.GRPC endpoint for remote sidecar connectivity.GRPC port for Dapr after checking system property and environment variable.Dapr's default maximum number of idle connections for HTTP connection pool.Dapr's default maximum number of requests for HTTP client to execute concurrently.Dapr's timeout in seconds for HTTP client reads.GRPC endpoint for remote sidecar connectivity.HTTP port for Dapr after checking system property and environment variable.Maximum number of retries for retriable exceptions.IP for Dapr's sidecar.Determines which string encoding is used in Dapr's Java SDK.Timeout for API calls. -
Constructor Summary
-
Method Summary
-
Field Details
-
SIDECAR_IP
IP for Dapr's sidecar. -
HTTP_PORT
HTTP port for Dapr after checking system property and environment variable. -
GRPC_PORT
GRPC port for Dapr after checking system property and environment variable. -
GRPC_ENDPOINT
GRPC endpoint for remote sidecar connectivity. -
HTTP_ENDPOINT
GRPC endpoint for remote sidecar connectivity. -
MAX_RETRIES
Maximum number of retries for retriable exceptions. -
TIMEOUT
Timeout for API calls. -
API_TOKEN
API token for authentication between App and Dapr's side car. -
STRING_CHARSET
Determines which string encoding is used in Dapr's Java SDK. -
HTTP_CLIENT_READ_TIMEOUT_SECONDS
Dapr's timeout in seconds for HTTP client reads. -
HTTP_CLIENT_MAX_REQUESTS
Dapr's default maximum number of requests for HTTP client to execute concurrently. -
HTTP_CLIENT_MAX_IDLE_CONNECTIONS
Dapr's default maximum number of idle connections for HTTP connection pool.
-
-
Constructor Details
-
Properties
public Properties()
-