Skip to content

KrailOrg/eventbus-api

Repository files navigation

eventbus-api

Download

Provides a simple "wrapper" API to enable implementation-independent use of an event bus. An implementation using MBassador is provided.

Limitations

Provides a standardised API for the publishing and subscribing, but implementation of handlers is implementation specific.

Build configuration

Available from JCenter only

Gradle

compile 'uk.q3c.krail:eventbus-api:x.x.x.x'

Maven

<dependency>
  <groupId>uk.q3c.krail</groupId>
  <artifactId>eventbus-api</artifactId>
  <version>x.x.x.x</version>
  <type>pom</type>
</dependency>

Build from source

./gradlew build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages