public static class MonitoredObjectStoreWrapper.StoredObject<T> extends Object implements Serializable, DeserializationPostInitialisable
DeserializationPostInitialisable.Implementation| Constructor and Description |
|---|
StoredObject(T item,
Long timestamp,
Serializable key) |
| Modifier and Type | Method and Description |
|---|---|
T |
getItem() |
Serializable |
getKey() |
Long |
getTimestamp() |
public StoredObject(T item, Long timestamp, Serializable key)
public T getItem()
public Long getTimestamp()
public Serializable getKey()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.