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_READTIMEOUTSECONDS |
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.
|
static Property<Boolean> |
Properties.USE_GRPC |
Determines if Dapr client will use GRPC to talk to Dapr's side car.
|