public class Instance extends Object implements Iterable<Layer>, EventSource
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Storage |
storage |
protected Version |
version |
| Modifier | Constructor and Description |
|---|---|
protected |
Instance(Version version,
String id) |
protected final Version version
protected final String id
protected final Storage storage
public Version getVersion()
public String getId()
public Storage getStorage()
public Iterable<Event> getEvents(EventFilter filter)
getEvents in interface EventSourceCopyright © 2016. All rights reserved.