| Package | Description |
|---|---|
| org.ff4j.audit |
Provide audit and monitoring capabilities.
|
| org.ff4j.audit.repository |
| Modifier and Type | Method and Description |
|---|---|
void |
EventPublisher.publish(Event e)
Publish event to repository
|
| Constructor and Description |
|---|
EventWorker(Event e,
EventRepository repo)
Worker constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JdbcEventRepository.saveEvent(Event evt)
Save event into store synchronously.
|
boolean |
InMemoryEventRepository.saveEvent(Event e)
Save event into store synchronously.
|
boolean |
EventRepository.saveEvent(Event e)
Save event into store synchronously.
|
Copyright © 2013–2015 FF4J. All rights reserved.