-
Interfaces Interface Description org.apache.tinkerpop.gremlin.driver.HandshakeInterceptor As of release 3.6.6, replaced byRequestInterceptor.
-
Classes Class Description org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerGremlinV2d0 As for release 3.4.0, replaced byGraphSONMessageSerializerV2d0.org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 As of release 3.6.5, replaced byGraphSONUntypedMessageSerializerV1d0. In the future this will become what was formerly known asGraphSONMessageSerializerGremlinV1d0which makes the naming consistent for all GraphSON versions.
-
Methods Method Description org.apache.tinkerpop.gremlin.driver.Client.submitAsync(String, String, Map<String, Object>) As of release 3.4.0, replaced byClient.submitAsync(String, RequestOptions).org.apache.tinkerpop.gremlin.driver.Cluster.Builder.handshakeInterceptor(HandshakeInterceptor) As of release 3.6.6, replaced withCluster.Builder.requestInterceptor(RequestInterceptor).