Add CloudEventsProvider to services (#233)

Signed-off-by: ruromero <rromerom@redhat.com>
This commit is contained in:
Ruben Romero Montes 2020-09-15 12:08:13 +02:00 committed by GitHub
parent e9c8da021a
commit dda867a6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -4,6 +4,3 @@
## The Rest client will send events to the local UserResource
io.cloudevents.examples.quarkus.client.UserClient/mp-rest/url=http://localhost:8080
io.cloudevents.examples.quarkus.client.UserClient/mp-rest/scope=javax.inject.Singleton
quarkus.index-dependency.cloudevents.group-id=io.cloudevents
quarkus.index-dependency.cloudevents.artifact-id=cloudevents-http-restful-ws

View File

@ -0,0 +1 @@
io.cloudevents.http.restful.ws.CloudEventsProvider