public class StreamMessage<K,V> extends Object
StreamMessage(K stream, String id, Map<K,V> body)
StreamMessage
boolean
equals(Object o)
Map<K,V>
getBody()
String
getId()
K
getStream()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public StreamMessage(K stream, String id, Map<K,V> body)
stream
id
body
public K getStream()
public String getId()
public Map<K,V> getBody()
null
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2023 lettuce.io. All rights reserved.