Add CloudEventsProvider to services (#233)
Signed-off-by: ruromero <rromerom@redhat.com>
This commit is contained in:
parent
e9c8da021a
commit
dda867a6ea
|
|
@ -4,6 +4,3 @@
|
||||||
## The Rest client will send events to the local UserResource
|
## 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/url=http://localhost:8080
|
||||||
io.cloudevents.examples.quarkus.client.UserClient/mp-rest/scope=javax.inject.Singleton
|
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
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
io.cloudevents.http.restful.ws.CloudEventsProvider
|
||||||
Loading…
Reference in New Issue