Interface Message

    • Method Detail

      • forceBatch

        default boolean forceBatch()
        A consumer reading this message must not wait for new message to process the batch.
      • poisonPill

        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.