uk.gov.ida.eventemitter.sqs.SqsClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of verify-event-emitter Show documentation
Show all versions of verify-event-emitter Show documentation
Library providing a Java Service to log Audit Events to a datastore
package uk.gov.ida.eventemitter.sqs;
import uk.gov.ida.eventemitter.AuditEvent;
public interface SqsClient {
void send(final AuditEvent event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy