Package com.alibaba.otter.common.push

Examples of com.alibaba.otter.common.push.SubscribeCallback


        MediaDatasourceSupplier supplier = new MediaDatasourceSupplier(groupKey);
        return supplier;
    }

    public void doStart() {
        subscribeCallback = new SubscribeCallback() {

            @Override
            public void callback(String matrixInfo) {

                log.warn("has received changed ds [{}] for [{}] times", matrixInfo, CHANGED_TIME.addAndGet(1));
View Full Code Here

TOP

Related Classes of com.alibaba.otter.common.push.SubscribeCallback

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.