Uses of Class
io.dapr.client.DaprApiProtocol
Package | Description |
---|---|
io.dapr.client | |
io.dapr.config |
-
Uses of DaprApiProtocol in io.dapr.client
Methods in io.dapr.client that return DaprApiProtocol Modifier and Type Method Description static DaprApiProtocol
DaprApiProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static DaprApiProtocol[]
DaprApiProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DaprApiProtocol in io.dapr.config
Fields in io.dapr.config with type parameters of type DaprApiProtocol 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.