@ExperimentalApi(value="Topic service interfaces are experimental and may change without notice")
public interface AsyncReader
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
init()
Initialize reading in the background.
|
CompletableFuture<Void> |
shutdown()
Stops internal threads and makes cleanup in background.
|
CompletableFuture<Void> init()
CompletableFuture<Void> shutdown()
Copyright © 2024. All rights reserved.