public final class SyncRequest<T> extends Object
static <T> SyncRequest<T>
of()
boolean
reach(T response)
T
waitFor(long timeout, TimeUnit unit)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> SyncRequest<T> of()
public T waitFor(long timeout, TimeUnit unit) throws TimeoutException
TimeoutException
public boolean reach(T response)
Copyright © 2022. All rights reserved.