Uses of Class
ru.pathcreator.pyc.rpc.core.internal.PendingCall
Packages that use PendingCall
-
Uses of PendingCall in ru.pathcreator.pyc.rpc.core.internal
Methods in ru.pathcreator.pyc.rpc.core.internal that return PendingCallModifier and TypeMethodDescriptionPendingCallPool.acquire()Берет слот из пула или создает новый при временном переполнении.PendingCallRegistry.remove(long correlationId) Удаляет и возвращает ожидающий вызов по correlation id.Methods in ru.pathcreator.pyc.rpc.core.internal with parameters of type PendingCallModifier and TypeMethodDescriptionbooleanSyncWaiter.await(PendingCall call, long timeoutNs) Ожидает завершения вызова до истечения таймаута.voidPendingCallRegistry.register(long correlationId, PendingCall call) Регистрирует ожидающий вызов по correlation id.voidPendingCallPool.release(PendingCall call) Сбрасывает слот и возвращает его в пул.Method parameters in ru.pathcreator.pyc.rpc.core.internal with type arguments of type PendingCallModifier and TypeMethodDescriptionvoidPendingCallRegistry.forEachAndClear(Consumer<PendingCall> action) Применяет действие ко всем ожидающим вызовам и очищает реестр.