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

io.fabric8.mq.protocol.stomp.ResponseHandler Maven / Gradle / Ivy

package io.fabric8.mq.protocol.stomp;

import org.apache.activemq.command.Response;

import java.io.IOException;

interface ResponseHandler {
    void onResponse(StompProtocolConverter converter, Response response) throws IOException;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy