Module org.neo4j.driver
Class RouteMessageResponseHandler
java.lang.Object
org.neo4j.driver.internal.handlers.RouteMessageResponseHandler
- All Implemented Interfaces:
ResponseHandler
Handles the RouteMessage response getting the success response
and return its routing table property as the response.
-
Constructor Summary
ConstructorDescriptionRouteMessageResponseHandler
(CompletableFuture<Map<String, Value>> completableFuture) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.neo4j.driver.internal.spi.ResponseHandler
canManageAutoRead, disableAutoReadManagement
-
Constructor Details
-
RouteMessageResponseHandler
-
-
Method Details
-
onSuccess
- Specified by:
onSuccess
in interfaceResponseHandler
-
onFailure
- Specified by:
onFailure
in interfaceResponseHandler
-
onRecord
- Specified by:
onRecord
in interfaceResponseHandler
-
equals
-
hashCode
public int hashCode()
-