E - an exception that may be thrown by each handler methodpublic interface BoltResponseMessageHandler<E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(org.neo4j.kernel.api.exceptions.Status status,
String message) |
default void |
onFatal(org.neo4j.kernel.api.exceptions.Status status,
String message) |
void |
onIgnored() |
void |
onRecord(Record item) |
void |
onSuccess(Map<String,Object> metadata) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.