org.terracotta.management.message
Interface Message

All Known Implementing Classes:
DefaultMessage

public interface Message

Author:
Mathieu Carbou

Method Summary
 long getTimeMillis()
           
 String getType()
           
<T> T
unwrap(Class<T> type)
           
 

Method Detail

unwrap

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

getType

String getType()

getTimeMillis

long getTimeMillis()


Copyright © 2016. All Rights Reserved.