Package com.attivio.service
Interface IngestApi
-
- All Known Implementing Classes:
MockIngestApi
public interface IngestApi
The API registered by the IngestService. This API is annotated withStickyClient
because it can handle basic HTTP authentication.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ENDPOINT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
feed(PlatformMessage msg)
-
-
-
Field Detail
-
ENDPOINT
static final java.lang.String ENDPOINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
feed
void feed(PlatformMessage msg) throws AttivioException
- Throws:
AttivioException
-
-