Sha256: 9f2cd4d96b0f48e458f7bbfc51d36a5930effea9e6a806b51f20ce5d6887ac28
Contents?: true
Size: 397 Bytes
Versions: 9
Compression:
Stored size: 397 Bytes
Contents
Feature: As a developer I want to be able to publish and consume events Scenario: I can publish and consume events Given I am consuming When I publish an event Then I receive that event Scenario: When an event cannot be consumed it remains on the queue Given I am consuming When I publish an event that cannot be processed by the consumer Then the event remains on the queue
Version data entries
9 entries across 9 versions & 1 rubygems