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 EthosProxyClientEthosClientBuilder. buildEthosProxyClient()Builds anEthosProxyClientthat 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 classEthosFilterQueryClient<T>An EthosProxyClient that provides the ability to submit GET requests supporting filters and/or named queries with support for paging.classEthosProxyClientAsync<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 EthosProxyClientEthosChangeNotificationService. ethosProxyClientThe EthosProxyClient used for making Ethos API calls through Ethos.
-