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,
org.neo4j.values.virtual.MapValue params) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.