Class: ActiveCypher::Bolt::Messaging::Rollback

Inherits:
EmptyMessage show all
Defined in:
lib/active_cypher/bolt/messaging.rb

Overview

The ROLLBACK message. Because sometimes you just want to undo your mistakes.

Constant Summary collapse

SIGNATURE =
0x13

Instance Attribute Summary

Attributes inherited from Message

#fields, #signature

Method Summary

Methods inherited from EmptyMessage

#initialize

Methods inherited from Message

#==, inherited, #initialize

Constructor Details

This class inherits a constructor from ActiveCypher::Bolt::Messaging::EmptyMessage