T
- the resource type.public interface ConfigEvent<T>
Modifier and Type | Method and Description |
---|---|
T |
getResource()
Get the underlying property provider/configuration.
|
Class<T> |
getResourceType()
Access the type of resource.
|
long |
getTimestamp()
Get the timestamp in millis from the current epoch. it is expected that the timestamp and the version are unique to
identify a changeset.
|
String |
getVersion()
Get the version relative to the observed resource.
|
Class<T> getResourceType()
T getResource()
String getVersion()
long getTimestamp()
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.