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

org.atmosphere.gwt20.client.AtmosphereSubscriber Maven / Gradle / Ivy

There is a newer version: 2.6.5
Show newest version
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