save method

Future save (
  1. String correlationId
)
inherited

Saves items to external data source using configured saver component.

  • correlationId (optional) transaction id to trace execution through call chain. Return (optional) Future that receives error or null for success.