Uses of Class
com.ellucian.ethos.integration.client.proxy.EthosProxyClient
-
Packages that use EthosProxyClient Package Description com.ellucian.ethos.integration.client com.ellucian.ethos.integration.client.proxy com.ellucian.ethos.integration.service -
-
Uses of EthosProxyClient in com.ellucian.ethos.integration.client
Methods in com.ellucian.ethos.integration.client that return EthosProxyClient Modifier and Type Method Description EthosProxyClient
EthosClientBuilder. buildEthosProxyClient()
Builds anEthosProxyClient
that will use the given API key to authenticate, and the specified timeout values to connect with. -
Uses of EthosProxyClient in com.ellucian.ethos.integration.client.proxy
Subclasses of EthosProxyClient 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
EthosProxyClientAsync<T>
An EthosProxyClient used to retrieve data from the Ethos Integration Proxy API, asynchronously. -
Uses of EthosProxyClient in com.ellucian.ethos.integration.service
Fields in com.ellucian.ethos.integration.service declared as EthosProxyClient Modifier and Type Field Description protected EthosProxyClient
EthosChangeNotificationService. ethosProxyClient
The EthosProxyClient used for making Ethos API calls through Ethos.
-