Uses of Enum Class
io.dapr.v1.DaprProtos.ActorRuntime.ActorRuntimeStatus
Packages that use DaprProtos.ActorRuntime.ActorRuntimeStatus
-
Uses of DaprProtos.ActorRuntime.ActorRuntimeStatus in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.ActorRuntime.ActorRuntimeStatusModifier and TypeMethodDescriptionDaprProtos.ActorRuntime.ActorRuntimeStatus.forNumber
(int value) DaprProtos.ActorRuntime.Builder.getRuntimeStatus()
Contains an enum indicating whether the actor runtime has been initialized.DaprProtos.ActorRuntime.getRuntimeStatus()
Contains an enum indicating whether the actor runtime has been initialized.DaprProtos.ActorRuntimeOrBuilder.getRuntimeStatus()
Contains an enum indicating whether the actor runtime has been initialized.DaprProtos.ActorRuntime.ActorRuntimeStatus.valueOf
(int value) Deprecated.DaprProtos.ActorRuntime.ActorRuntimeStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.DaprProtos.ActorRuntime.ActorRuntimeStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dapr.v1 that return types with arguments of type DaprProtos.ActorRuntime.ActorRuntimeStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DaprProtos.ActorRuntime.ActorRuntimeStatus>
DaprProtos.ActorRuntime.ActorRuntimeStatus.internalGetValueMap()
Methods in io.dapr.v1 with parameters of type DaprProtos.ActorRuntime.ActorRuntimeStatusModifier and TypeMethodDescriptionDaprProtos.ActorRuntime.Builder.setRuntimeStatus
(DaprProtos.ActorRuntime.ActorRuntimeStatus value) Contains an enum indicating whether the actor runtime has been initialized.