2017 © Pedro Peláez
 

library queue

Partnermarketing's Queuing System

image

partnermarketing/queue

Partnermarketing's Queuing System

  • Wednesday, June 27, 2018
  • by busbyjon
  • Repository
  • 2 Watchers
  • 0 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 600 % Grown

The README.md

Queuing System

This is a PHP implementation of the Redis message passing / queuing system we are using for Partnermarketing., (*1)

To send events to a Stream, use the EventPublisher., (*2)

To handle events coming in on Streams, you should implement the QueueListener interface (possibly by extending AbstractQueueListener and register it with the ListenerHandler., (*3)

To load / request Entity values, use the EntityConsumer and to act as a service that generates Entity values, you need to handle requests by implemtenting a listener on its stream, and save those back to Redis with the EntityProvider., (*4)

The Versions

27/06 2018

dev-master

9999999-dev

Partnermarketing's Queuing System

  Sources   Download

Apache-2.0

The Development Requires

24/04 2018

v1.0.0

1.0.0.0

Partnermarketing's Queuing System

  Sources   Download

Apache-2.0

The Development Requires