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

uk.gov.ida.eventemitter.sqs.SqsClient Maven / Gradle / Ivy

There is a newer version: 2.0.0-89
Show newest version
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