Uses of Class
io.dapr.config.Property
Packages that use Property
-
Uses of Property in io.dapr.config
Subclasses of Property in io.dapr.configModifier and TypeClassDescriptionclass
Boolean configuration property.class
Configuration property for any type.class
Integer configuration property.class
Integer configuration property.class
String configuration property.Fields in io.dapr.config declared as PropertyModifier and TypeFieldDescriptionProperties.API_TOKEN
API token for authentication between App and Dapr's side car.Properties.GRPC_ENDPOINT
GRPC endpoint for remote sidecar connectivity.Properties.GRPC_PORT
GRPC port for Dapr after checking system property and environment variable.Properties.HTTP_CLIENT_MAX_IDLE_CONNECTIONS
Dapr's default maximum number of idle connections for HTTP connection pool.Properties.HTTP_CLIENT_MAX_REQUESTS
Dapr's default maximum number of requests for HTTP client to execute concurrently.Properties.HTTP_CLIENT_READ_TIMEOUT_SECONDS
Dapr's timeout in seconds for HTTP client reads.Properties.HTTP_ENDPOINT
GRPC endpoint for remote sidecar connectivity.Properties.HTTP_PORT
HTTP port for Dapr after checking system property and environment variable.Properties.MAX_RETRIES
Maximum number of retries for retriable exceptions.Properties.SIDECAR_IP
IP for Dapr's sidecar.Properties.STRING_CHARSET
Determines which string encoding is used in Dapr's Java SDK.Properties.TIMEOUT
Timeout for API calls.