partnermarketing/queue
最新稳定版本:v1.1.1
Composer 安装命令:
composer require partnermarketing/queue
包简介
Partnermarketing's Queuing System
README 文档
README
This is a PHP implementation of the Redis message passing / queuing system we are using for Partnermarketing.
To send events to a Stream, use the EventPublisher.
To handle events coming in on Streams, you should implement the
QueueListener interface (possibly by extending AbstractQueueListener
and register it with the ListenerHandler.
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.
统计信息
- 总下载量: 579
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2018-04-24