java.lang.Object
org.neo4j.driver.internal.messaging.request.BeginMessage
All Implemented Interfaces:
Message

public class BeginMessage extends Object
  • Field Details

  • Constructor Details

    • BeginMessage

      public BeginMessage(Set<Bookmark> bookmarks, TransactionConfig config, org.neo4j.driver.internal.DatabaseName databaseName, AccessMode mode, String impersonatedUser, String txType, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, boolean legacyNotifications, Logging logging)
    • BeginMessage

      public BeginMessage(Set<Bookmark> bookmarks, Duration txTimeout, Map<String,Value> txMetadata, AccessMode mode, org.neo4j.driver.internal.DatabaseName databaseName, String impersonatedUser, String txType, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, boolean legacyNotifications, Logging logging)
  • Method Details