Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Coverage Status

events

Pluggable Events Framework using Service Framework

Maven

<dependency>
    <groupId>com.daedafusion</groupId>
    <artifactId>events-core</artifactId>
    <version>1.0</version>
</dependency>

Providers

events-rabbitmq is a basic provider for rabbitmq

Framework Configuration

<dependency>
    <groupId>com.daedafusion</groupId>
    <artifactId>events-rabbitmq</artifactId>
    <version>1.0</version>
    <classifier>plugin</classifier>
    <type>zip</type>
</dependency>
managedObjectDescriptions:
- infClass: com.df.argos.commons.events.framework.EventPublisher
  implClass: com.df.argos.commons.events.framework.impl.EventPublisherImpl

- infClass: com.df.argos.commons.events.framework.providers.EventPublisherProvider
  implClass: com.df.argos.commons.events.framework.providers.RabbitMQPublisherProvider
  loaderUri: framework://loader/events-rabbitmq/
  
loaderDescriptions:
- uri: framework://loader/events-rabbitmq/
  loaderClass: com.df.argos.commons.sf.loader.impl.ZipLoader
  resource: file:///opt/argos/plugins/events-rabbitmq-plugin.zip
  properties: {pluginName: events-rabbitmq}

About

Pluggable Events Framework

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages