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 TypeClassDescriptionclassBoolean configuration property.classConfiguration property for any type.classInteger configuration property.classInteger configuration property.classString configuration property.Fields in io.dapr.config declared as PropertyModifier and TypeFieldDescriptionstatic final Property<DaprApiProtocol>Properties.API_METHOD_INVOCATION_PROTOCOLDeprecated.This attribute will be deleted at SDK version 1.10.static final Property<DaprApiProtocol>Properties.API_PROTOCOLDeprecated.This attribute will be deleted at SDK version 1.10.Properties.API_TOKENAPI token for authentication between App and Dapr's side car.Properties.GRPC_ENDPOINTGRPC endpoint for remote sidecar connectivity.Properties.GRPC_PORTGRPC port for Dapr after checking system property and environment variable.Properties.HTTP_CLIENT_MAX_IDLE_CONNECTIONSDapr's default maximum number of idle connections for HTTP connection pool.Properties.HTTP_CLIENT_MAX_REQUESTSDapr's default maximum number of requests for HTTP client to execute concurrently.Properties.HTTP_CLIENT_READ_TIMEOUT_SECONDSDapr's timeout in seconds for HTTP client reads.Properties.HTTP_ENDPOINTGRPC endpoint for remote sidecar connectivity.Properties.HTTP_PORTHTTP port for Dapr after checking system property and environment variable.Properties.MAX_RETRIESMaximum number of retries for retriable exceptions.Properties.SIDECAR_IPIP for Dapr's sidecar.Properties.STRING_CHARSETDetermines which string encoding is used in Dapr's Java SDK.Properties.TIMEOUTTimeout for API calls.