public class ReadEvent
extends org.springframework.context.ApplicationEvent
source| Constructor and Description |
|---|
ReadEvent(Iterable results)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable |
getResults()
Get the list of results from the read operation.
|
getSource, toStringpublic ReadEvent(Iterable results)
results - A list of results from the read operation where each item was mapped
from a Cloud Datastore entity.public Iterable getResults()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.