publish an event to the stream.
publish an event to the stream.
This function requests that the event be published, which will be done asynchronously in the future.
Publish a sequence of events sequentially.
Publish a sequence of events sequentially.
Make best efforts to ensure that a sequence of events is published in strict order by publishing sequentially, one after another, only publishing a subsequent event once the previous one has definitely been published.
On a failure to publish all subsequent events are left unpublished.
The future number of events that were successfully published.
Kinesis Publisher of events of a certain type.
See com.gilt.gfc.kinesis.KinesisFactory.newPublisher()