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