aerospike / aerospike-client-java

Aerospike Java Client Library
Other
236 stars 212 forks source link

Make IAerospikeClient extend Closeable #47

Closed vkorenev closed 8 years ago

vkorenev commented 9 years ago

Make IAerospikeClient interface extend Closeable so it can be used in try-with-resources block.

try (IAerospikeClient client = new AerospikeClient(host, port)) {
    ...
}
BrianNichols commented 9 years ago

This will be in the next release.

BrianNichols commented 8 years ago

Java client has been released.