You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
RunaboutAPI interface and builder for saving runabout Scenarios to the Runabout ingest API asynchronously.
RunaboutEnabled and RunaboutParameter annotations for easier serialization of object via a constructor.
MethodResolver interface and builder for determining a scenario's caller method at runtime.
Changed
RunaboutServiceBuilder has changed many methods. All interfaces that have setters are discoverable via SPI.
RunaboutService has been simplified to three methods for three use cases: serialization of an object, serialization of a scenario, and saving a scenario to the Runabout ingest API.