com.bazaarvoice.emodb.event.api.EventData Maven / Gradle / Ivy
package com.bazaarvoice.emodb.event.api;
import java.nio.ByteBuffer;
public interface EventData {
String getId();
ByteBuffer getData();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy