Documentation
¶
Index ¶
Constants ¶
View Source
const (
MessageProcessingTimeout = 10 * time.Second
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Acknowledger ¶
type Acknowledger struct {
// contains filtered or unexported fields
}
func NewAcknowledger ¶
func NewAcknowledger(writer http.ResponseWriter) *Acknowledger
func (*Acknowledger) Ack ¶
func (a *Acknowledger) Ack() error
func (*Acknowledger) Done ¶
func (a *Acknowledger) Done() <-chan any
Click to show internal directories.
Click to hide internal directories.