public interface GatewayEventErrorHandler
A handler for events arriving from other distributed system that failed to be
applied on this distributed system for any reason
An implementation of this handler interface can be installed using the
SYS.ATTACH_GATEWAY_EVENT_ERROR_HANDLER system procedure.
GemFireXD logs failed events to xml files in the same directory
as the member's system logs. The XML files are failed_gateway_dmls.xml and
failed_gateway_dmls_entries.xml.
If a handler is installed, the events are passed to it in addition to this logging.