Uses of Class
io.dapr.config.Property
Package | Description |
---|---|
io.dapr.config |
-
Uses of Property in io.dapr.config
Subclasses of Property in io.dapr.config Modifier and Type Class Description class
BooleanProperty
Boolean configuration property.class
GenericProperty<T>
Configuration property for any type.class
IntegerProperty
Integer configuration property.class
StringProperty
String configuration property.Fields in io.dapr.config declared as Property Modifier and Type Field Description static Property<DaprApiProtocol>
Properties. API_METHOD_INVOCATION_PROTOCOL
Determines if Dapr client should use gRPC or HTTP for Dapr's service method invocation APIs.static Property<DaprApiProtocol>
Properties. API_PROTOCOL
Determines if Dapr client will use gRPC or HTTP to talk to Dapr's side car.static Property<java.lang.String>
Properties. API_TOKEN
API token for authentication between App and Dapr's side car.static Property<java.lang.Integer>
Properties. GRPC_PORT
GRPC port for Dapr after checking system property and environment variable.static Property<java.lang.Integer>
Properties. HTTP_CLIENT_READ_TIMEOUT_SECONDS
Dapr's timeout in seconds for HTTP client reads.static Property<java.lang.Integer>
Properties. HTTP_PORT
HTTP port for Dapr after checking system property and environment variable.static Property<java.lang.String>
Properties. SIDECAR_IP
IP for Dapr's sidecar.static Property<java.nio.charset.Charset>
Properties. STRING_CHARSET
Determines which string encoding is used in Dapr's Java SDK.