Uses of Enum Class
io.dapr.client.DaprApiProtocol
Packages that use DaprApiProtocol
-
Uses of DaprApiProtocol in io.dapr.client
Methods in io.dapr.client that return DaprApiProtocolModifier and TypeMethodDescriptionstatic DaprApiProtocol
Returns the enum constant of this class with the specified name.static DaprApiProtocol[]
DaprApiProtocol.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DaprApiProtocol in io.dapr.config
Fields in io.dapr.config with type parameters of type DaprApiProtocolModifier and TypeFieldDescriptionstatic 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.