public interface BoltFactory
| Modifier and Type | Method and Description |
|---|---|
BoltStateMachine |
newMachine(String connectionDescriptor,
Runnable onClose,
Clock clock)
Generate a new state machine.
|
BoltStateMachine newMachine(String connectionDescriptor, Runnable onClose, Clock clock)
connectionDescriptor - textual description of the connection for logging purposesonClose - callback to call on shutdown of the state machineclock - used to keep track of execution timesBoltStateMachine instanceCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.