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

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

There is a newer version: 2.2.96
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy