Ticket #119 (closed task: fixed)
Consider renaming SubscriptionContext to RowLogSubscription
| Reported by: | evert | Owned by: | evert |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.2 |
| Component: | RowLog | Version: | |
| Keywords: | Cc: | lily-developers@… |
Description
The SubscriptionContext? is a value object describing the subscription that is registered on a rowlog (cfr RowLogConfigurationManager?).
Since this object actually represents the subscription itself and is used as such we could rename the class to RowLogSubscription? instead
Change History
Note: See
TracTickets for help on using
tickets.
(In [4334]) Renamed Subscription to RowLogSubscription? as I see that is what was proposed in #119 and is in line with the remainder of the rowlog api. Fixes #119.