We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SnoopEEServiceClient have one method getServiceRoot() to get WebTarget instance but Is it possible to inject WebTarget instance using snoopee ?
For e.g :
@SnoopEE(serviceName = "hello") @Uri("person/{qualification}") private WebTarget temperatureTarget;
Ref :
snoopee/snoopee-discovery/snoopee-client/src/main/java/eu/agilejava/snoopee/client/SnoopEEProducer.java
Line 62 in 0302e2d
The text was updated successfully, but these errors were encountered:
That should be possible.
Sorry, something went wrong.
ivargrimstad
No branches or pull requests
SnoopEEServiceClient have one method getServiceRoot() to get WebTarget instance but Is it possible to inject WebTarget instance using snoopee ?
For e.g :
Ref :
snoopee/snoopee-discovery/snoopee-client/src/main/java/eu/agilejava/snoopee/client/SnoopEEProducer.java
Line 62 in 0302e2d
The text was updated successfully, but these errors were encountered: