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

Implement Contextual Methods for Flow #83

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Conversation

aubi
Copy link
Contributor

@aubi aubi commented Mar 14, 2024

Addition of support for Flow introduced two new methods:

    public <T> Subscriber<T> contextualSubscriber(Subscriber<T> subscriber) 
    public <T, R> Processor<T, R> contextualProcessor(Processor<T, R> processor) 

This PR implements them.

@aubi aubi merged commit 0f4fdd1 into eclipse-ee4j:master Mar 19, 2024
2 checks passed
@aubi aubi deleted the flow-context branch March 19, 2024 09:36
@dmatej dmatej added this to the 3.1.0 milestone Mar 23, 2024
@dmatej dmatej added the enhancement New feature or request label Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants