public interface GivenAggregateEventPublisher
| Modifier and Type | Method and Description | 
|---|---|
ContinuedGivenState | 
published(Object... events)
Register the given  
events as being published somewhere in the past. | 
ContinuedGivenState published(Object... events)
events as being published somewhere in the past. These events are used to prepare the
 state of Sagas listening to them. Any commands or events sent out by the saga as reaction to these events is
 ignored.events - The events published by the aggregateCopyright © 2010–2018. All rights reserved.