public interface BoltResponseHandler
| Modifier and Type | Method and Description |
|---|---|
void |
markFailed(Neo4jError error)
Called zero or more times if there are failures
|
void |
markIgnored()
Called when the state machine ignores an operation, because it is waiting for an error to be acknowledged
|
void |
onFinish()
Called when the operation is completed.
|
void |
onMetadata(String key,
Object value) |
void |
onRecords(BoltResult result,
boolean pull) |
void |
onStart()
Called exactly once, before the request is processed by the Session State Machine
|
void onStart()
void onRecords(BoltResult result, boolean pull) throws Exception
Exceptionvoid markIgnored()
void markFailed(Neo4jError error)
void onFinish()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.