public interface ReplyMessage<RecvT> extends Closeable
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
boolean |
completeExceptionally(Throwable ex) |
RecvT |
get() |
RecvT |
get(long timeout,
TimeUnit timeUnit) |
boolean |
isDone() |
boolean |
receive(RecvT receive) |
Copyright © 2025 Webull. All rights reserved.