org.axonframework.domain
Interface AggregateDeletedEvent

All Superinterfaces:
Event, Serializable

public interface AggregateDeletedEvent
extends Event

Special type of event that indicates that the aggregate from which this event was raised has been removed.

Since:
0.7
Author:
Allard Buijze

Method Summary
 
Methods inherited from interface org.axonframework.domain.Event
getEventIdentifier, getMetaData, getMetaDataValue, getTimestamp
 



Copyright © 2011. All Rights Reserved.