java.lang.Object
org.neo4j.driver.internal.messaging.v43.MessageFormatV43
- All Implemented Interfaces:
MessageFormat
Bolt message format v4.3
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.neo4j.driver.internal.messaging.MessageFormat
MessageFormat.Reader, MessageFormat.Writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnables datetime in UTC if supported by the given message format.newWriter(PackOutput output)
-
Constructor Details
-
MessageFormatV43
public MessageFormatV43()
-
-
Method Details
-
newWriter
- Specified by:
newWriterin interfaceMessageFormat
-
newReader
- Specified by:
newReaderin interfaceMessageFormat
-
enableDateTimeUtc
public void enableDateTimeUtc()Description copied from interface:MessageFormatEnables datetime in UTC if supported by the given message format. This is only for use with formats that support multiple modes.This only takes effect on subsequent writer and reader creation via
MessageFormat.newWriter(PackOutput)andMessageFormat.newReader(PackInput).- Specified by:
enableDateTimeUtcin interfaceMessageFormat
-