public interface ClientRequest extends AutoCloseable, Future<org.agrona.DirectBuffer>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getRequestId() |
boolean |
isFailed() |
org.agrona.DirectBuffer |
join()
Same as
Future.get(), but throws runtime exceptions |
long getRequestId()
org.agrona.DirectBuffer join()
Future.get(), but throws runtime exceptionsvoid close()
close in interface AutoCloseableboolean isFailed()
Copyright © 2017–2018 camunda services GmbH. All rights reserved.