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 KeyValueMessageKeyValueMessage. POISON_PILLMethods in org.nuxeo.lib.stream.pattern that return KeyValueMessage Modifier and Type Method Description static KeyValueMessageKeyValueMessage. of(String key)static KeyValueMessageKeyValueMessage. of(String key, byte[] value)static KeyValueMessageKeyValueMessage. ofForceBatch(String key)static KeyValueMessageKeyValueMessage. ofForceBatch(String key, byte[] value)A message that force the batch.
-