Package org.wildfly.event.logger
Interface Event
-
public interface EventDescribes an event that has taken place.- Author:
- James R. Perkins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getData()The data associated with this event.InstantgetInstant()The date this event was created.StringgetSource()The source of this event.
-