Uses of Class
io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency in io.dapr.v1
Methods in io.dapr.v1 that return DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency Modifier and Type Method Description static DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency
DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency. forNumber(int value)
DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency
DaprAppCallbackProtos.BindingEventResponse.Builder. getConcurrency()
The concurrency of output bindings to send data to "to" output bindings list.DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency
DaprAppCallbackProtos.BindingEventResponse. getConcurrency()
The concurrency of output bindings to send data to "to" output bindings list.DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency
DaprAppCallbackProtos.BindingEventResponseOrBuilder. getConcurrency()
The concurrency of output bindings to send data to "to" output bindings list.static DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency
DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency. valueOf(int value)
Deprecated.static DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency
DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency
DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency[]
DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.dapr.v1 that return types with arguments of type DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency>
DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency. internalGetValueMap()
Methods in io.dapr.v1 with parameters of type DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency Modifier and Type Method Description DaprAppCallbackProtos.BindingEventResponse.Builder
DaprAppCallbackProtos.BindingEventResponse.Builder. setConcurrency(DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency value)
The concurrency of output bindings to send data to "to" output bindings list.