rollback abstract method

Future<Channel> rollback()

Rollback 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 rolling back.

Implementation

Future<Channel> rollback();