jar

com.github.malkomich : event-stream

Maven & Gradle

Jan 14, 2019
0 stars

Event Stream · Library to abstract publish and subscribe implementation in an event-based arquitecture

Table Of Contents

Latest Version

Download com.github.malkomich : event-stream JAR file - Latest Versions:

All Versions

Download com.github.malkomich : event-stream 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 event-stream-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.malkomich.event.stream

├─ com.github.malkomich.event.stream.EventComponent.class - [JAR]

├─ com.github.malkomich.event.stream.EventService.class - [JAR]

com.github.malkomich.event.stream.subscribe.domain

├─ com.github.malkomich.event.stream.subscribe.domain.SubscribeRequest.class - [JAR]

com.github.malkomich.event.stream.subscribe.service

├─ com.github.malkomich.event.stream.subscribe.service.KafkaSubscribeRepository.class - [JAR]

├─ com.github.malkomich.event.stream.subscribe.service.SubscribeRepository.class - [JAR]

com.github.malkomich.event.stream.common

├─ com.github.malkomich.event.stream.common.EventRequest.class - [JAR]

├─ com.github.malkomich.event.stream.common.EventTopic.class - [JAR]

com.github.malkomich.event.stream.amqp

├─ com.github.malkomich.event.stream.amqp.KafkaConfig.class - [JAR]

├─ com.github.malkomich.event.stream.amqp.KafkaConsumerFactory.class - [JAR]

com.github.malkomich.event.stream.publish.service

├─ com.github.malkomich.event.stream.publish.service.KafkaPublishRepository.class - [JAR]

├─ com.github.malkomich.event.stream.publish.service.PublishRepository.class - [JAR]

com.github.malkomich.event.stream.publish.domain

├─ com.github.malkomich.event.stream.publish.domain.PublishRequest.class - [JAR]