E - an exception that may be thrown by each handler methodpublic interface BoltRequestMessageHandler<E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
void |
onAckFailure() |
void |
onDiscardAll() |
void |
onExternalError(Neo4jError error) |
void |
onInit(String userAgent,
Map<String,Object> authToken) |
void |
onPullAll() |
void |
onReset() |
void |
onRun(String statement,
Map<String,Object> params) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.