|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.zeromq.ZMQMessage$
public class ZMQMessage$
| Field Summary | |
|---|---|
static ZMQMessage$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
| Constructor Summary | |
|---|---|
ZMQMessage$()
|
|
| Method Summary | ||
|---|---|---|
ZMQMessage |
apply(scala.collection.Seq<ByteString> frames)
Scala API |
|
|
apply(scala.collection.Seq<T> frames,
scala.Function1<T,ByteString> converter)
|
|
ZMQMessage |
empty()
|
|
ZMQMessage |
withFrames(ByteString... frames)
Java API: create a message from the given frames |
|
ZMQMessage |
withFrames(scala.collection.Seq<ByteString> frames)
Java API: create a message from the given frames |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ZMQMessage$ MODULE$
| Constructor Detail |
|---|
public ZMQMessage$()
| Method Detail |
|---|
public ZMQMessage withFrames(ByteString... frames)
frames - the frames of the returned ZMQMessage
public ZMQMessage empty()
public ZMQMessage apply(scala.collection.Seq<ByteString> frames)
frames - the frames of the returned ZMQMessage
public ZMQMessage withFrames(scala.collection.Seq<ByteString> frames)
frames - the frames of the returned ZMQMessage
public <T> ZMQMessage apply(scala.collection.Seq<T> frames,
scala.Function1<T,ByteString> converter)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||