Package com.taobao.tddl.common.config

Examples of com.taobao.tddl.common.config.ConfigDataHandler.addListener()


      } catch (Throwable t) {
        //��֤��ʹ�״δ���dataId�����쳣��listenerҲһ���ᱻע�ᣬҵ����Ȼ���յ���������
        log.error("onDataReceiveAtRegister�׳��쳣��dataId:" + dataId, t);
      }
    }
    matrixHandler.addListener(new ConfigDataListener() {
      @Override
      public void onDataRecieved(String dataId, String data) {
        log.info("recieve data,data id:"+dataId+" data:"+data);
        listener.onDataReceive(data);
      }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.