org.atmosphere.gwt20.client.AtmosphereSubscriber Maven / Gradle / Ivy
package org.atmosphere.gwt20.client;
public interface AtmosphereSubscriber {
AtmosphereRequest subscribe(RequestConfig requestConfig);
void unsubscribe();
void unsubscribeUrl(String url);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy