public class Acker extends Object implements Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
Acker.Builder
A builder that can be used to build an
Acker. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
acknowledge(String ackId) |
static Acker.Builder |
builder()
Create a builder that can be used to build an
Acker. |
void |
close() |
public CompletableFuture<Void> acknowledge(String ackId)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic static Acker.Builder builder()
Acker.Copyright © 2018. All rights reserved.