Uses of Class
io.dapr.actors.runtime.ActorRuntimeConfig
-
Packages that use ActorRuntimeConfig Package Description io.dapr.actors.runtime -
-
Uses of ActorRuntimeConfig in io.dapr.actors.runtime
Methods in io.dapr.actors.runtime that return ActorRuntimeConfig Modifier and Type Method Description ActorRuntimeConfigActorRuntime. getConfig()Gets the Actor configuration for this runtime.ActorRuntimeConfigActorRuntimeConfig. setActorIdleTimeout(Duration actorIdleTimeout)Sets the duration for Actors' timeout.ActorRuntimeConfigActorRuntimeConfig. setActorScanInterval(Duration actorScanInterval)Sets the duration to scan for Actors.ActorRuntimeConfigActorRuntimeConfig. setDrainBalancedActors(Boolean drainBalancedActors)Sets whether balanced actors should be drained.ActorRuntimeConfigActorRuntimeConfig. setDrainOngoingCallTimeout(Duration drainOngoingCallTimeout)Sets the timeout to drain ongoing calls.ActorRuntimeConfigActorRuntimeConfig. setRemindersStoragePartitions(Integer remindersStoragePartitions)Sets the number of storage partitions for Actor reminders.
-