public class LoadEvent
extends org.springframework.context.ApplicationEvent
source| Constructor and Description |
|---|
LoadEvent(Iterable source)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Iterable |
getRetrievedEntities()
Returns the entities that were loaded.
|
int |
hashCode() |
getSource, toStringpublic LoadEvent(Iterable source)
source - The entities that were read from Cloud Spanner.This is never
null.public Iterable getRetrievedEntities()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.