Last Version

EventBus Service 0.0.3

Wrapper around Guava's EventBus. Value adds are: 1. Spring enabled 2. Can be configured to be synchronous / asynchronous 3. Logs warning messages for DeadEvents 4. Spring bean name is used by default as the EventBus identifier, but can be configured to use any identifier

License

License

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

com.azaptree
ArtifactId

ArtifactId

azaptree-eventbus-service
Version

Version

0.0.3
Type

Type

jar
Description

Description

EventBus Service
Wrapper around Guava's EventBus. Value adds are: 1. Spring enabled 2. Can be configured to be synchronous / asynchronous 3. Logs warning messages for DeadEvents 4. Spring bean name is used by default as the EventBus identifier, but can be configured to use any identifier
Project Organization

Project Organization

AZAPTREE.COM

Download azaptree-eventbus-service 0.0.3


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

Dependencies

compile (5)

Group / Artifact Type Version
com.google.guava : guava jar 14.0-rc1
org.springframework : spring-context jar 3.2.0.RELEASE
org.springframework : spring-core jar 3.2.0.RELEASE
org.slf4j : jcl-over-slf4j jar 1.7.2
ch.qos.logback : logback-classic jar 1.0.9

test (3)

Group / Artifact Type Version
org.springframework : spring-test jar 3.2.0.RELEASE
org.testng : testng jar 6.7
org.easymock : easymock jar 3.1

Project Modules

There are no modules declared in this project.