public interface IEventAcknowledger
void ack(Event event)
event
- The event being whoe processing completion is being
acknowledged.void dispose()
This method never needs to be invoked by a user. It is automatically invoked by an event when the event is disposed. The method is present to enable acknowledger pooling by the acknowledger implementation.
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.