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 AutoCloseable
Copyright © 1970 The Apache Software Foundation. All rights reserved.