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

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

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

public interface FailedMessageHandler {

    void failed(String topic, String channel, Message msg);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy