is not current version
Last Version 0.0.3

com.azaptree:azaptree-eventbus-service 0.0.1

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

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

com.azaptree
ArtifactId

ArtifactId

azaptree-eventbus-service
Version

Version

0.0.1
Type

Type

jar

Download azaptree-eventbus-service 0.0.1


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