Uses of Class
io.dapr.actors.runtime.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 ActorRuntimeConfig
ActorRuntime. getConfig()
Gets the Actor configuration for this runtime.ActorRuntimeConfig
ActorRuntimeConfig. setActorIdleTimeout(Duration actorIdleTimeout)
Sets the duration for Actors' timeout.ActorRuntimeConfig
ActorRuntimeConfig. setActorScanInterval(Duration actorScanInterval)
Sets the duration to scan for Actors.ActorRuntimeConfig
ActorRuntimeConfig. setDrainBalancedActors(Boolean drainBalancedActors)
Sets whether balanced actors should be drained.ActorRuntimeConfig
ActorRuntimeConfig. setDrainOngoingCallTimeout(Duration drainOngoingCallTimeout)
Sets the timeout to drain ongoing calls.ActorRuntimeConfig
ActorRuntimeConfig. setRemindersStoragePartitions(Integer remindersStoragePartitions)
Sets the number of storage partitions for Actor reminders.