ActorGarbageCollection 接口
定义
Settings to configures Garbage Collection behavior of Actor Service.
public interface ActorGarbageCollection
方法
idleTimeoutInSeconds() |
Gets time interval to wait before garbage collecting an actor which is not in use.
|
scanIntervalInSeconds() |
Gets time interval to run Actor Garbage Collection scan.
|