public interface Message extends Externalizable
Externalizable with an identifier.| Modifier and Type | Method and Description | 
|---|---|
default boolean | 
forceBatch()
A consumer reading this message must not wait for new message to process the batch. 
 | 
String | 
getId()
A message identifier. 
 | 
default boolean | 
poisonPill()
This message is a poison pill it contains no other data, a consumer reading this message will process the batch
 and stop. 
 | 
readExternal, writeExternaldefault boolean forceBatch()
default boolean poisonPill()
Copyright © 2019 Nuxeo. All rights reserved.