Skip to content

FEATURE: Add getSubscriptions and getSubscription to Subscription Engine - #10

Merged
bwaidelich merged 1 commit into
mainfrom
feature/list-susbcriptions
May 26, 2026
Merged

FEATURE: Add getSubscriptions and getSubscription to Subscription Engine#10
bwaidelich merged 1 commit into
mainfrom
feature/list-susbcriptions

Conversation

@bwaidelich

@bwaidelich bwaidelich commented May 26, 2026

Copy link
Copy Markdown
Owner

Exposes read access to the subscription store via two new methods on SubscriptionEngine: getSubscriptions(SubscriptionEngineCriteria|null) returning all matching subscriptions and getSubscription(SubscriptionId) returning a single subscription (or null). Backed by a new SubscriptionStore::findByCriteria() contract for non-locking reads, with an in-memory test implementation and corresponding unit tests.

…Engine

Exposes read access to the subscription store via two new methods on `SubscriptionEngine`: `getSubscriptions(SubscriptionEngineCriteria|null)` returning all matching subscriptions and `getSubscription(SubscriptionId)` returning a single subscription (or `null`). Backed by a new `SubscriptionStore::findByCriteria()` contract for non-locking reads, with an in-memory test implementation and corresponding unit tests.
@bwaidelich bwaidelich changed the title FEATURE: Add getSubscriptions and getSubscription to Subscription… FEATURE: Add getSubscriptions and getSubscription to Subscription Engine May 26, 2026
@bwaidelich
bwaidelich merged commit c4acc32 into main May 26, 2026
4 checks passed
@bwaidelich
bwaidelich deleted the feature/list-susbcriptions branch May 26, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant