org.terracotta.management.model.message
Interface Message

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultMessage

public interface Message
extends Serializable

Author:
Mathieu Carbou

Method Summary
 Sequence getSequence()
           
 long getTimestamp()
           
 String getType()
           
<T extends Serializable>
T
unwrap(Class<T> type)
           
 

Method Detail

unwrap

<T extends Serializable> T unwrap(Class<T> type)

getType

String getType()

getSequence

Sequence getSequence()

getTimestamp

long getTimestamp()


Copyright © 2016. All Rights Reserved.