MCPcopy Create free account
hub / github.com/dianping/cat / createMessageId

Method createMessageId

cat-client/src/main/java/com/dianping/cat/Cat.java:85–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 public static String createMessageId() {
86 try {
87 return Cat.getProducer().createMessageId();
88 } catch (Exception e) {
89 errorHandler(e);
90 return NullMessageProducer.NULL_MESSAGE_PRODUCER.createMessageId();
91 }
92 }
93
94 public static void destroy() {
95 try {

Callers 4

testMode1Method · 0.95
getCurrentMessageIdMethod · 0.95
logRemoteCallClientMethod · 0.95

Calls 3

getProducerMethod · 0.95
errorHandlerMethod · 0.95
createMessageIdMethod · 0.65

Tested by 1

testMode1Method · 0.76