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

com.terheyden.event.EventSubscription Maven / Gradle / Ivy

The newest version!
package com.terheyden.event;

import java.util.UUID;

/**
 * EventSubscription interface.
 */
public interface EventSubscription {

    UUID getSubscriptionId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy