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 an API to fetch all event handlers #153

Merged
merged 6 commits into from
Jan 4, 2024
Merged

Conversation

boney9
Copy link
Contributor

@boney9 boney9 commented Dec 26, 2023

No description provided.

@boney9 boney9 requested a review from v1r3n December 26, 2023 07:10

@Override
public void handleIncomingEvent(Map<String, Object> payload) {
this.eventResourceApi.handleIncomingEvent(payload);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: here you're calling it as this.eventResourceApi and above just eventResourceApi

import org.apache.commons.lang.StringUtils;

import com.netflix.conductor.common.metadata.workflow.*;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know isn't your change, but we shouldn't use wildcard imports

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a spotless plugin that mandates this.

@boney9 boney9 merged commit 253581c into main Jan 4, 2024
1 check failed
@boney9 boney9 deleted the orkes-event-handler-get-all branch January 4, 2024 23:04
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.

4 participants