com.skynet.infrastructure.EventService Maven / Gradle / Ivy
package com.skynet.infrastructure;
import com.terapico.caf.baseelement.Event;
public interface EventService {
void sendEvent(Event event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy