Uses of Class
com.ellucian.ethos.integration.client.EthosClient
-
-
Uses of EthosClient in com.ellucian.ethos.integration.client.config
Subclasses of EthosClient in com.ellucian.ethos.integration.client.config Modifier and Type Class Description class
EthosConfigurationClient
AnEthosClient
used to retrieve configuration data from Ethos Integration. -
Uses of EthosClient in com.ellucian.ethos.integration.client.errors
Subclasses of EthosClient in com.ellucian.ethos.integration.client.errors Modifier and Type Class Description class
EthosErrorsClient
An EthosClient used to to perform Create, Read, and Delete operations for Error objects, using the Ethos Integration errors service. -
Uses of EthosClient in com.ellucian.ethos.integration.client.messages
Subclasses of EthosClient in com.ellucian.ethos.integration.client.messages Modifier and Type Class Description class
EthosMessagesClient
An EthosClient used to publish and consume messages using the Ethos Integration messages service. -
Uses of EthosClient in com.ellucian.ethos.integration.client.proxy
Subclasses of EthosClient in com.ellucian.ethos.integration.client.proxy Modifier and Type Class Description class
EthosFilterQueryClient<T>
An EthosProxyClient that provides the ability to submit GET requests supporting filters and/or named queries with support for paging.class
EthosProxyClient<T>
An EthosClient used to retrieve data from the Ethos Integration Proxy API.class
EthosProxyClientAsync<T>
An EthosProxyClient used to retrieve data from the Ethos Integration Proxy API, asynchronously.
-