Interface NacknowledgerFactory<T>

  • Type Parameters:
    T - The deserialized type of received Message bodies
    All Superinterfaces:
    io.atleon.util.Configurable
    All Known Implementing Classes:
    NacknowledgerFactory.Emit, NacknowledgerFactory.Nack

    public interface NacknowledgerFactory<T>
    extends io.atleon.util.Configurable
    An interface for creating a "nacknowledger" (Consumer of Throwable) that is executed if/when processing of the associated RabbitMQMessage is exceptionally terminated.