uk.gov.ida.eventemitter.Event Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of verify-event-emitter Show documentation
Show all versions of verify-event-emitter Show documentation
Library providing a Java Service to log Audit Events to a datastore
package uk.gov.ida.eventemitter;
import org.joda.time.DateTime;
import java.util.EnumMap;
import java.util.UUID;
public interface Event {
UUID getEventId();
DateTime getTimestamp();
String getEventType();
EnumMap getDetails();
String getOriginatingService();
String getSessionId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy