Class QueueMessage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>>

java.lang.Object
io.datarouter.storage.queue.BaseQueueMessage<PK,​D>
io.datarouter.storage.queue.QueueMessage<PK,​D>

public class QueueMessage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>>
extends BaseQueueMessage<PK,​D>
  • Constructor Summary

    Constructors 
    Constructor Description
    QueueMessage​(byte[] handle, D databean)  
  • Method Summary

    Modifier and Type Method Description
    D getDatabean()  

    Methods inherited from class io.datarouter.storage.queue.BaseQueueMessage

    getKey

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait