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

com.raynigon.ecs.logging.event.EcsLogEvent Maven / Gradle / Ivy

The newest version!
package com.raynigon.ecs.logging.event;

import java.time.OffsetDateTime;

public interface EcsLogEvent {

    OffsetDateTime getTimestamp();

    String getVersion();

    String getServiceName();

    String getEventDataset();

    String getTransactionId();

    String getSessionId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy