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 - 2024 Weber Informatics LLC | Privacy Policy