java.lang.Object
org.neo4j.driver.internal.messaging.v44.MessageFormatV44
- All Implemented Interfaces:
MessageFormat
Bolt message format v4.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.neo4j.driver.internal.messaging.MessageFormat
MessageFormat.Reader, MessageFormat.Writer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enables datetime in UTC if supported by the given message format.newWriter
(PackOutput output)
-
Constructor Details
-
MessageFormatV44
public MessageFormatV44()
-
-
Method Details
-
newWriter
- Specified by:
newWriter
in interfaceMessageFormat
-
newReader
- Specified by:
newReader
in interfaceMessageFormat
-
enableDateTimeUtc
public void enableDateTimeUtc()Description copied from interface:MessageFormat
Enables 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:
enableDateTimeUtc
in interfaceMessageFormat
-