public interface GatewayEventErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
init(java.lang.String params)
Initialization method
|
void |
onError(Event event,
java.lang.Exception e)
Called for every gateway event that failed to be applied
|
void init(java.lang.String params)
params - Initialization parametersvoid onError(Event event, java.lang.Exception e) throws java.lang.Exception
event - Evente - Exception thrown while applying the eventjava.lang.Exception - Exception handling this event by the handlerCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.