Uses of Class
io.dapr.client.DaprApiProtocol
-
Packages that use 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)
Deprecated.Returns the enum constant of this type with the specified name.static DaprApiProtocol[]
DaprApiProtocol. values()
Deprecated.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
Deprecated.This attribute will be deleted at SDK version 1.10.static Property<DaprApiProtocol>
Properties. API_PROTOCOL
Deprecated.This attribute will be deleted at SDK version 1.10.
-