public interface FailedWriteHandler
| Modifier and Type | Method and Description |
|---|---|
void |
failedWrite(Message message,
int reason)
The AMPS instance reports that a write has failed.
|
void failedWrite(Message message, int reason)
message - The message that could not be written.reason - A value from Message.Reason indicating the reason for this failed write.