public interface IEventAcknowledger
| Modifier and Type | Method and Description |
|---|---|
void |
ack()
Acknowledge the completion of the processing of an event.
|
default void |
dispose()
Dispose of an acknowledger.
|
void ack()
default void dispose()
The method is present to enable acknowledger pooling by the acknowledger implementation. This method never needs to be invoked by a user. It is automatically invoked by an event when the event is disposed.
Default implementation of this method is a no-op. The acknowledger implementation should implement this method if it supports acknowledger pooling.
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.