| Package | Description |
|---|---|
| org.ff4j.audit |
Provide audit and monitoring capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
EventType |
Event.getType()
Getter accessor for attribute 'type'.
|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventPublisher.publish(String featureName,
EventType type)
Publish event to repository.
|
void |
Event.setType(EventType type)
Setter accessor for attribute 'type'.
|
| Constructor and Description |
|---|
Event(String featureName,
EventType type)
Paramterized constructor.
|
Event(String featureName,
EventType type,
long time)
Paramterized constructor.
|
Copyright © 2013–2015 FF4J. All rights reserved.