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 classEthosConfigurationClientAnEthosClientused 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 classEthosErrorsClientAn 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 classEthosMessagesClientAn 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 classEthosFilterQueryClient<T>An EthosProxyClient that provides the ability to submit GET requests supporting filters and/or named queries with support for paging.classEthosProxyClient<T>An EthosClient used to retrieve data from the Ethos Integration Proxy API.classEthosProxyClientAsync<T>An EthosProxyClient used to retrieve data from the Ethos Integration Proxy API, asynchronously.
-