jar

org.beiter.michael.eaudit4j.processors : eventId

Maven & Gradle

Jul 21, 2016

eventId · This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that creates a random event ID. The entropy is configurable, and the ID is appended to the event and stored in a configurable field name.

Table Of Contents

Latest Version

Download org.beiter.michael.eaudit4j.processors : eventId JAR file - Latest Versions:

All Versions

Download org.beiter.michael.eaudit4j.processors : eventId JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window eventId-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.beiter.michael.eaudit4j.processors.eventid

├─ org.beiter.michael.eaudit4j.processors.eventid.EventIdProcessor.class - [JAR]

├─ org.beiter.michael.eaudit4j.processors.eventid.EventIdProperties.class - [JAR]

org.beiter.michael.eaudit4j.processors.eventid.propsbuilder

├─ org.beiter.michael.eaudit4j.processors.eventid.propsbuilder.MapBasedEventIdPropsBuilder.class - [JAR]