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

io.paradoxical.cassieq.clustering.eventing.Event Maven / Gradle / Ivy

package io.paradoxical.cassieq.clustering.eventing;

import java.io.Serializable;

public interface Event extends Serializable {
    default String getEventId(){
        return getClass().getSimpleName();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy