jar

io.github.pactstart : kangaroo-mq

Maven & Gradle

Mar 05, 2019
4 usages
6 stars

kangaroo-mq · 定义消息发送与接收规范

Table Of Contents

Latest Version

Download io.github.pactstart : kangaroo-mq JAR file - Latest Versions:

All Versions

Download io.github.pactstart : kangaroo-mq JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kangaroo-mq-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.pactstart.mq.message

├─ io.github.pactstart.mq.message.MQMessage.class - [JAR]

io.github.pactstart.mq.anotation

├─ io.github.pactstart.mq.anotation.MessageChannel.class - [JAR]

io.github.pactstart.mq.utils

├─ io.github.pactstart.mq.utils.MessageUtils.class - [JAR]

io.github.pactstart.mq

├─ io.github.pactstart.mq.MessageConsumer.class - [JAR]

├─ io.github.pactstart.mq.MessageProducer.class - [JAR]

├─ io.github.pactstart.mq.MessageSendCallback.class - [JAR]

├─ io.github.pactstart.mq.MessageSendException.class - [JAR]

├─ io.github.pactstart.mq.MessageSendResult.class - [JAR]

io.github.pactstart.mq.serializer

├─ io.github.pactstart.mq.serializer.JsonSerializer.class - [JAR]

├─ io.github.pactstart.mq.serializer.MessageSerializer.class - [JAR]

Advertisement