Skip to content

Manorrock Colibri - An Eventing abstraction

License

Notifications You must be signed in to change notification settings

manorrock/colibri

Manorrock Colibri

build

The Manorrock Colibri project delivers you with a eventing abstraction.

Which modules are available?

  1. API
  2. JMS

How do I contribute?

See Contributing

Sending an event

    EventSender<String> sender;
    sender.send("Receive me");

Receiving an event

    EventReceiver<String> receiver;
    String event = receiver.receive()

Our code of Conduct

See Code of Conduct

Important notice

Note if you file issues or answer questions on the issue tracker and/or issue pull requests you agree that those contributions will be owned by Manorrock.com and that Manorrock.com can use those contributions in any manner Manorrock.com so desires.