Package com.dianping.cat.message.spi

Examples of com.dianping.cat.message.spi.MessageManager.start()


  @Override
  public void fork() {
    MessageManager manager = getManager();

    manager.setup();
    manager.start(this, false);

    MessageTree tree = manager.getThreadLocalMessageTree();

    if (tree != null) {
      m_forkedMessageId = tree.getMessageId();
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.