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

org.ikasan.spec.scheduled.notification.dao.NotificationSendAuditDao Maven / Gradle / Ivy

Go to download

All specifications packaged up in a single uber jar for convenience of use in the Enterprise Integration Platform

The newest version!
package org.ikasan.spec.scheduled.notification.dao;

public interface NotificationSendAuditDao {

    T find(String contextInstanceId, String contextName, String jobName, String monitorType, String notifierType);

    void save(T var1);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy