Uses of Class
org.nuxeo.lib.stream.pattern.KeyValueMessage
-
Packages that use KeyValueMessage Package Description org.nuxeo.lib.stream.pattern Here is a producer consumer pattern that relies on Log. -
-
Uses of KeyValueMessage in org.nuxeo.lib.stream.pattern
Fields in org.nuxeo.lib.stream.pattern declared as KeyValueMessage Modifier and Type Field Description static KeyValueMessage
KeyValueMessage. POISON_PILL
Methods in org.nuxeo.lib.stream.pattern that return KeyValueMessage Modifier and Type Method Description static KeyValueMessage
KeyValueMessage. of(String key)
static KeyValueMessage
KeyValueMessage. of(String key, byte[] value)
static KeyValueMessage
KeyValueMessage. ofForceBatch(String key)
static KeyValueMessage
KeyValueMessage. ofForceBatch(String key, byte[] value)
A message that force the batch.
-