| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | EventStrategy.DefaultEventQueueImmediately notifies all listeners as events arrive. | 
| static class  | EventStrategy.TransactionalEventQueueStores events in a queue that builds up until the transaction is committed which then fires them in the order
 they were received. | 
| Modifier and Type | Method and Description | 
|---|---|
| EventStrategy.Builder | EventStrategy.Builder. eventQueue(EventStrategy.EventQueue eventQueue) | 
| Constructor and Description | 
|---|
| EventStrategyCallback(EventStrategy.EventQueue eventQueue) | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.