public class MutationEvent
extends org.springframework.context.ApplicationEvent
source
Constructor and Description |
---|
MutationEvent(List<Mutation> source,
Iterable targetEntities)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Mutation> |
getMutations()
Get the mutations underlying this event.
|
Iterable |
getTargetEntities()
Get the list of entities that needed to be deleted.
|
int |
hashCode() |
getSource, toString
public List<Mutation> getMutations()
public Iterable getTargetEntities()
null
depending on the type of delete request.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.