net.clojars.macielti/sinapse

Sinapse is an Integrant component to deal with async messaging, when the messages are intent to be consumed internal by the same service that produced the messages.

Leiningen/Boot

[net.clojars.macielti/sinapse "0.1.0-3"]

Clojure CLI/deps.edn

net.clojars.macielti/sinapse {:mvn/version "0.1.0-3"}

Gradle

implementation("net.clojars.macielti:sinapse:0.1.0-3")

Maven

<dependency>
  <groupId>net.clojars.macielti</groupId>
  <artifactId>sinapse</artifactId>
  <version>0.1.0-3</version>
</dependency>