Uses of Class
cloud.opencode.base.cache.protection.Bulkhead.SemaphoreBuilder
Packages that use Bulkhead.SemaphoreBuilder
-
Uses of Bulkhead.SemaphoreBuilder in cloud.opencode.base.cache.protection
Methods in cloud.opencode.base.cache.protection that return Bulkhead.SemaphoreBuilderModifier and TypeMethodDescriptionBulkhead.SemaphoreBuilder.maxConcurrentCalls(int maxConcurrentCalls) Set maximum concurrent calls 设置最大并发调用数Bulkhead.SemaphoreBuilder.maxWaitDuration(Duration maxWaitDuration) Set maximum wait duration for permit 设置获取许可的最大等待时间static Bulkhead.SemaphoreBuilderCreate semaphore-based bulkhead builder 创建基于信号量的舱壁构建器