MessageAction ============= .. java:package:: io.taskmonk.streaming :noindex: .. java:type:: public enum MessageAction An indication of how the message should be handled in the queue COMPLETE - The message processing is complete and can be removed from the queue ABANDON - The message processing failed. The message remains in the queue and will be attempted again Enum Constants -------------- ABANDON ^^^^^^^ .. java:field:: public static final MessageAction ABANDON :outertype: MessageAction COMPLETE ^^^^^^^^ .. java:field:: public static final MessageAction COMPLETE :outertype: MessageAction