public interface ResponseUnpacker
Modifier and Type | Interface and Description |
---|---|
static interface |
ResponseUnpacker.TxHandler |
Modifier and Type | Field and Description |
---|---|
static ResponseUnpacker |
NO_OP_RESPONSE_UNPACKER |
Modifier and Type | Method and Description |
---|---|
void |
unpackResponse(Response<?> response,
ResponseUnpacker.TxHandler txHandler) |
static final ResponseUnpacker NO_OP_RESPONSE_UNPACKER
void unpackResponse(Response<?> response, ResponseUnpacker.TxHandler txHandler) throws Exception
txHandler
- for getting an insight into which transactions gets applied.Exception
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.