org.ikasan.spec.scheduled.notification.dao.NotificationSendAuditDao Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ikasan-uber-spec Show documentation
Show all versions of ikasan-uber-spec Show documentation
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