Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fromNullable(UUID orNull) to the SubscriptionRequest api #908

Closed
uweschaefer opened this issue Jun 27, 2020 · 1 comment
Closed

add fromNullable(UUID orNull) to the SubscriptionRequest api #908

uweschaefer opened this issue Jun 27, 2020 · 1 comment
Assignees
Milestone

Comments

@uweschaefer
Copy link
Member

because otherwise the clientcode always needs to do

if (myLastId == null)
 request = req.fromScratch();
else 
 request = req.from(myLastId);

which is a bit inconvenient

@uweschaefer uweschaefer added this to the 0.2.1 milestone Jun 27, 2020
@uweschaefer uweschaefer self-assigned this Jun 27, 2020
@uweschaefer uweschaefer modified the milestones: 0.2.1, 0.2.2 Jun 30, 2020
uweschaefer added a commit that referenced this issue Jun 30, 2020
* #908: added fromNullable to FluentSubscriptionRequest

* #908: #908: added fromNullable to FluentSubscriptionRequest
@uweschaefer
Copy link
Member Author

closed by #909

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

No branches or pull requests

1 participant