Uses of Enum
io.dapr.v1.DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency
Packages that use DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency
-
Uses of DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency in io.dapr.v1
Methods in io.dapr.v1 that return DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrencyModifier and TypeMethodDescriptionDaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency.forNumber(int value) DaprAppCallbackProtos.BindingEventResponse.Builder.getConcurrency()The concurrency of output bindings to send data to "to" output bindings list.DaprAppCallbackProtos.BindingEventResponse.getConcurrency()The concurrency of output bindings to send data to "to" output bindings list.DaprAppCallbackProtos.BindingEventResponseOrBuilder.getConcurrency()The concurrency of output bindings to send data to "to" output bindings list.DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency.valueOf(int value) Deprecated.DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.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.BindingEventConcurrencyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency>DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency.internalGetValueMap()Methods in io.dapr.v1 with parameters of type DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrencyModifier and TypeMethodDescriptionDaprAppCallbackProtos.BindingEventResponse.Builder.setConcurrency(DaprAppCallbackProtos.BindingEventResponse.BindingEventConcurrency value) The concurrency of output bindings to send data to "to" output bindings list.