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