Uses of Class
io.dapr.actors.runtime.ActorRuntimeConfig
-
Uses of ActorRuntimeConfig in io.dapr.actors.runtime
Modifier 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.