a

azaptree-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
文件下载
文件名 操作
azaptree-eventbus-service-0.0.3.jar 下载
azaptree-eventbus-service-0.0.3.pom 下载
azaptree-eventbus-service-0.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.azaptree</groupId>
  <artifactId>azaptree-eventbus-service</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.azaptree:azaptree-eventbus-service:0.0.3'
Gradle Kotlin
implementation("com.azaptree:azaptree-eventbus-service:0.0.3")
Scala SBT
libraryDependencies += "com.azaptree" % "azaptree-eventbus-service" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.azaptree', module='azaptree-eventbus-service', version='0.0.3')
)
Apache Ivy
<dependency org="com.azaptree" name="azaptree-eventbus-service" rev="0.0.3" />
Leiningen
[com.azaptree/azaptree-eventbus-service "0.0.3"]
Apache Buildr
'com.azaptree:azaptree-eventbus-service:jar:0.0.3'