T - The type of AsyncEvent objects this AsyncEventSender and process.public interface AsyncEventSender<T extends AsyncEvent>
| Modifier and Type | Method and Description |
|---|---|
void |
send(T event)
Send the given event to a background thread for processing.
|
void send(T event)
event - The event that needs to be processed in the background.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.