Skip to content

v2.0.0

Choose a tag to compare

@ethanbond64 ethanbond64 released this 08 Jun 03:38
13654e8

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.