adobe / aio-lib-java

Adobe I/O - Java SDK
https://opensource.adobe.com/aio-lib-java/
Apache License 2.0
5 stars 18 forks source link

GH-157: expose a timeout configurable `pollJournalForEvents` method #160

Closed nicdard closed 1 year ago

nicdard commented 1 year ago

Description

Adding a new overload for method pollJournalForEvents which accepts a timeout in millis as parameter, maintaining also the default 2 minutes method that was already implemented.

Related Issue

Solves: #157

Motivation and Context

To load test the application, we might require to enlarge the timeout to retrieve multiple events from the Journal.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

nicdard commented 1 year ago

161