Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.32 KB

aio-lib-java-events-ingress

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 Test Drive

      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

Builds

This Library is build with maven (it also runs the unit tests):

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.