| Constructor and Description |
|---|
AcceptorRequest(CompletableFuture<R> future) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(R value)
接收
|
boolean |
isDone()
是否结束接收
|
boolean |
isSingle()
是否单发接收
|
public AcceptorRequest(CompletableFuture<R> future)
Copyright © 2025. All rights reserved.