dehora / nakadi-java

🌀 Client library for the Nakadi Event Broker (examples: http://bit.ly/njc-examples, site: https://dehora.github.io/nakadi-java/)
MIT License
30 stars 19 forks source link

Adds a close method to the Response interface. #276

Closed dehora closed 7 years ago

dehora commented 7 years ago

A convenience method that delegates to the ResponseBody close method. This might make it more obvious that Responses should be closed by callers and is cleaner to use in a try with resources block.

For #237.