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

com.sproutsocial.nsq.MessageDataHandler Maven / Gradle / Ivy

There is a newer version: 1.4.8
Show newest version
package com.sproutsocial.nsq;

public interface MessageDataHandler {

    void accept(byte[] data);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy