public interface BoltFactory
| Modifier and Type | Method and Description |
|---|---|
BoltStateMachine |
newMachine(BoltConnectionDescriptor connectionDescriptor,
Runnable onClose,
Clock clock)
Generate a new state machine.
|
BoltStateMachine newMachine(BoltConnectionDescriptor connectionDescriptor, Runnable onClose, Clock clock)
connectionDescriptor - description of the connection (for logging purposes)onClose - 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.