Module io.helidon.messaging
Package io.helidon.messaging
Interface NackHandler<M extends Message<?>>
- Type Parameters:
M
- Connector specific message type
public interface NackHandler<M extends Message<?>>
Nack handler for interface for messages connectors.
-
Field Details
-
DLQ_ERROR_PROP
Error type causing the message to be sent to DLQ.- See Also:
-
DLQ_ERROR_MSG_PROP
Message from error causing DLQ redirection.- See Also:
-
DLQ_ORIG_TOPIC_PROP
Original destination of this message.- See Also:
-
-
Method Details
-
getNack
Return nack function to be used by message when nacked.- Parameters:
message
- owner message of the nack function- Returns:
- nack function to be used by message when nacked
-