uk.gov.ida.eventemitter.EventSender Maven / Gradle / Ivy
package uk.gov.ida.eventemitter;
import java.io.UnsupportedEncodingException;
public interface EventSender {
void sendAuthenticated(final Event event, final String encryptedEvent) throws UnsupportedEncodingException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy