Package com.attivio.sdk.server.component
Interface IndexMessageHandler
-
public interface IndexMessageHandler
This interface allows implementing components handleIndexMessage
s. The following component types are allowed to implement this interface:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleIndexMessage(IndexMessage message)
Called by the Attivio Engine to allow implementing components to handleIndexMessage
s.
-
-
-
Method Detail
-
handleIndexMessage
void handleIndexMessage(IndexMessage message) throws AttivioException
Called by the Attivio Engine to allow implementing components to handleIndexMessage
s.- Parameters:
message
- TheIndexMessage
to be handled by the component that implements this method.- Throws:
AttivioException
-
-