All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.optionfactory.journalwebd.client.JournalEntry Maven / Gradle / Ivy

The newest version!
package net.optionfactory.journalwebd.client;

public record JournalEntry(
        String bootId,
        String pid,
        String hostname,
        String systemdUnit,
        String message,
        long timestamp) {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy