galena v0.1.2 API Reference

Modules

Galena is a topic producer-consumer library built on top of GenStage

Galena.Consumer is a customized GenStage producer which is able to receive some messages from some producers or producers-consumers. The consumer will have the possibility to be subscribed to the chosen topics from the chosen producers

Galena.Producer is a customized GenStage producer which uses GenStage.BroadcastDispatcher as dispatcher

Galena.ProducerConsumer is a customized GenStage consumer-producer which is able to receive some messages from some producers or producers-consumers and send them to the consumers or producer-consumers that are subscribed. The producer-consumer will have the possibility to be subscribed to the chosen topics from the chosen producers