Module org.neo4j.driver
Class BeginMessage
java.lang.Object
org.neo4j.driver.internal.bolt.basicimpl.messaging.request.BeginMessage
- All Implemented Interfaces:
Message
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBeginMessage(Set<String> bookmarks, Duration txTimeout, Map<String, Value> txMetadata, AccessMode mode, DatabaseName databaseName, String impersonatedUser, String txType, NotificationConfig notificationConfig, boolean legacyNotifications, LoggingProvider logging) BeginMessage(Set<String> bookmarks, Duration txTimeout, Map<String, Value> txMetadata, DatabaseName databaseName, AccessMode mode, String impersonatedUser, String txType, NotificationConfig notificationConfig, boolean legacyNotifications, LoggingProvider logging) -
Method Summary
-
Field Details
-
SIGNATURE
public static final byte SIGNATURE- See Also:
-
-
Constructor Details
-
BeginMessage
public BeginMessage(Set<String> bookmarks, Duration txTimeout, Map<String, Value> txMetadata, DatabaseName databaseName, AccessMode mode, String impersonatedUser, String txType, NotificationConfig notificationConfig, boolean legacyNotifications, LoggingProvider logging) -
BeginMessage
public BeginMessage(Set<String> bookmarks, Duration txTimeout, Map<String, Value> txMetadata, AccessMode mode, DatabaseName databaseName, String impersonatedUser, String txType, NotificationConfig notificationConfig, boolean legacyNotifications, LoggingProvider logging)
-
-
Method Details