interface PublishableToOtherContentStreamsInterface (View source)

internal  used internally for the publishing mechanism of content streams
 

This interface is implemented by events which can be published to different content streams.

Reminder: Event Publishing to a target content stream can not fail if the source content stream is based on the target content stream, and no events have been committed to the target content stream in the meantime. This is because event's effects have to be fully deterministic.

Methods

Details

PublishableToOtherContentStreamsInterface createCopyForContentStream(ContentStreamId $targetContentStreamId)

No description

Parameters

ContentStreamId $targetContentStreamId

Return Value

PublishableToOtherContentStreamsInterface