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

com.yy.httpproxy.subscribe.PushSubscriber Maven / Gradle / Ivy

package com.yy.httpproxy.subscribe;

/**
 * Created by xuduo on 10/20/15.
 */
public interface PushSubscriber {

    void subscribeBroadcast(String topic, boolean receiveTtlPackets);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy