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

com.talanlabs.processmanager.messages.trigger.api.TriggerManagerEvent Maven / Gradle / Ivy

The newest version!
package com.talanlabs.processmanager.messages.trigger.api;

public interface TriggerManagerEvent {

    /**
     * Timestamp at which the event has been created
     */
    long getTimeStamp();

    /**
     * Returns the trigger manager for which the event has been created
     */
    TriggerManager getSource();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy