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 Nexus operation link support #2266

Open
wants to merge 2 commits into
base: nexus
Choose a base branch
from

Conversation

Quinn-With-Two-Ns
Copy link
Contributor

Add Nexus operation link support

Note: Will note build yet as I need to do make a new release of the Java Nexus SDK

ctx.setService(task.getService()).setOperation(task.getOperation());

OperationStartDetails.Builder operationStartDetails =
OperationStartDetails.newBuilder()
.setCallbackUrl(task.getCallback())
.setRequestId(task.getRequestId());
task.getCallbackHeaderMap().forEach(operationStartDetails::putCallbackHeader);
task.getLinksList()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@bergundy is it fair to say their is no way to set this right now?

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.

2 participants