public interface IReceivable<T>
Modifier and Type | Method and Description |
---|---|
T |
getMessage()
Returns the message itself
|
Map<String,Object> |
getMetadata()
Returns a map containing other metadata about the message.
|
T getMessage()
Map<String,Object> getMetadata()
Copyright © 2012–2017 University Health Network. All rights reserved.