Package com.attivio.client
Interface IngestMessageListener
-
public interface IngestMessageListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleSend(PlatformMessage message)
void
handleSendFailure(PlatformMessage message, AttivioException ae)
void
handleServerReset()
-
-
-
Method Detail
-
handleServerReset
void handleServerReset()
-
handleSendFailure
void handleSendFailure(PlatformMessage message, AttivioException ae)
-
handleSend
void handleSend(PlatformMessage message) throws AttivioException
- Throws:
AttivioException
-
-