aio-lib-java-events-ingress
is Adobe I/O - Java SDK - Events Publishing Library.
This Java library wraps http API endpoints exposed
by Adobe I/O Events
Publishing API
PublishService publishService = PublishService.builder()
.workspace(workspace)// [1]
.build(); //
CloudEvent cloudEvent = publishService.publishCloudEvent(
"your Adobe I/O Provider Id,
"your Adobe I/O Event Code",
"your Event payload" ); // [2]
- [1] build your PublishService by passing your workspace context (cf. the aio-lib-java-core for workspace documentation)
- [2] have this service publish a CloudEvent
See our main()
Test Drive
This Library is build with maven (it also runs the unit tests):
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.