Package org.atmosphere.cache
Class CacheMessage
java.lang.Object
org.atmosphere.cache.CacheMessage
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCacheMessage(String id, Long now, Object message, String uuid) CacheMessage(String id, Object message, String uuid) -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()toString()uuid()Return theAtmosphereResource.uuid()
-
Constructor Details
-
CacheMessage
-
CacheMessage
-
-
Method Details
-
getMessage
-
getId
-
toString
-
getCreateTime
public long getCreateTime() -
uuid
Return theAtmosphereResource.uuid()- Returns:
AtmosphereResource.uuid()
-