event-bus

Publish/subscribe event bus that simplifies communication between Corbel modules

License

License

GroupId

GroupId

io.corbel
ArtifactId

ArtifactId

event-bus
Last Version

Last Version

1.28.0
Release Date

Release Date

Type

Type

jar
Description

Description

event-bus
Publish/subscribe event bus that simplifies communication between Corbel modules
Project URL

Project URL

https://github.com/corbel-platform/event-bus
Project Organization

Project Organization

Devialab
Source Code Management

Source Code Management

https://github.com/corbel-platform/event-bus

Download event-bus

How to add to project

<!-- https://jarcasting.com/artifacts/io.corbel/event-bus/ -->
<dependency>
    <groupId>io.corbel</groupId>
    <artifactId>event-bus</artifactId>
    <version>1.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.corbel/event-bus/
implementation 'io.corbel:event-bus:1.28.0'
// https://jarcasting.com/artifacts/io.corbel/event-bus/
implementation ("io.corbel:event-bus:1.28.0")
'io.corbel:event-bus:jar:1.28.0'
<dependency org="io.corbel" name="event-bus" rev="1.28.0">
  <artifact name="event-bus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.corbel', module='event-bus', version='1.28.0')
)
libraryDependencies += "io.corbel" % "event-bus" % "1.28.0"
[io.corbel/event-bus "1.28.0"]

Dependencies

compile (4)

Group / Artifact Type Version
io.corbel.lib : rabbitmq jar 0.8.0
org.springframework : spring-beans jar 4.3.3.RELEASE
org.springframework : spring-core jar 4.3.3.RELEASE
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.5.3

test (3)

Group / Artifact Type Version
org.easytesting : fest-assert-core jar 2.0M10
junit : junit jar 4.12
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

event-bus GitHub version License Build Status Coverage Status

###About Publish/subscribe event bus that simplifies communication between Corbel modules.

io.corbel

Corbel Platform

Backend that suits any application

Versions

Version
1.28.0
1.27.1
1.27.0
1.26.0
1.25.0
1.24.0
1.23.0
1.22.0
1.21.0