public class KafkaAsyncCloser extends Object implements AutoCloseable
KafkaConsumer.| Constructor and Description |
|---|
KafkaAsyncCloser() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
close(AutoCloseable autoCloseable)
Closes given resource in separate thread using thread executor.
|
public void close(AutoCloseable autoCloseable)
autoCloseable - resource to closepublic void close()
close in interface AutoCloseableCopyright © 2021 The Apache Software Foundation. All rights reserved.