commit abstract method

Future<Channel> commit()

Commit an open transaction on the current channel. Returns a Future<Channel> with the affected channel.

This call will fail if select has not been invoked before committing.

Implementation

Future<Channel> commit();