jar

tw.teddysoft.ezddd-gateway : ez-eventbroker

Maven & Gradle

Jun 26, 2024

ez-eventbroker · ez-eventbroker defines ExternalEventRelay and MessageProducer to communicate with external message broker services, and provides default implementations for Kafka, Pulsar, and RabbitMQ.

Table Of Contents

Latest Version

Download tw.teddysoft.ezddd-gateway : ez-eventbroker JAR file - Latest Versions:

All Versions

Download tw.teddysoft.ezddd-gateway : ez-eventbroker JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 ez-eventbroker-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tw.teddysoft.ezddd.eventbroker.adapter

├─ tw.teddysoft.ezddd.eventbroker.adapter.AbstractNotifyAdapter.class - [JAR]

├─ tw.teddysoft.ezddd.eventbroker.adapter.PostEventFailureException.class - [JAR]

tw.teddysoft.ezddd.relay

├─ tw.teddysoft.ezddd.relay.ActiveEventRelay.class - [JAR]

├─ tw.teddysoft.ezddd.relay.CallbackEventRelay.class - [JAR]

├─ tw.teddysoft.ezddd.relay.EventRelay.class - [JAR]

├─ tw.teddysoft.ezddd.relay.EventToMessageConverter.class - [JAR]

├─ tw.teddysoft.ezddd.relay.InMemoryMessageBroker.class - [JAR]

tw.teddysoft.ezddd.relay.messageproducer

├─ tw.teddysoft.ezddd.relay.messageproducer.InMemoryEventProducer.class - [JAR]

├─ tw.teddysoft.ezddd.relay.messageproducer.KafkaEventProducer.class - [JAR]

├─ tw.teddysoft.ezddd.relay.messageproducer.MessageProducer.class - [JAR]

├─ tw.teddysoft.ezddd.relay.messageproducer.PulsarEventProducer.class - [JAR]

├─ tw.teddysoft.ezddd.relay.messageproducer.RabbitMQEventProducer.class - [JAR]

tw.teddysoft.ezddd.relay.externalrelay

├─ tw.teddysoft.ezddd.relay.externalrelay.ExternalEventRelay.class - [JAR]

├─ tw.teddysoft.ezddd.relay.externalrelay.InMemoryEventRelay.class - [JAR]

├─ tw.teddysoft.ezddd.relay.externalrelay.KafkaEventRelay.class - [JAR]

├─ tw.teddysoft.ezddd.relay.externalrelay.PulsarEventRelay.class - [JAR]

├─ tw.teddysoft.ezddd.relay.externalrelay.RabbitMQEventRelay.class - [JAR]