10000 chore: update Quarkus example by matejvasek · Pull Request #466 · cloudevents/sdk-java · GitHub
[go: up one dir, main page]

Skip to content

chore: update Quarkus example #466

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

Merged
merged 2 commits into from
Jul 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
  • Loading branch information
matejvasek and pierDipi authored Jul 19, 2022
commit e8f48cea2e3cfa78cef5580c1b651f6cdaba1209
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@RegisterRestClient
public interface UserClient {

// This will emmit binary encoded event.
// This will emit binary encoded events.
// To use structured JSON encoding use @Produces(JsonFormat.CONTENT_TYPE).
@POST
@Produces(MediaType.APPLICATION_JSON)
Expand Down
0