Uses of Class
com.ellucian.ethos.integration.service.EthosChangeNotificationService
-
Packages that use EthosChangeNotificationService Package Description com.ellucian.ethos.integration.notification com.ellucian.ethos.integration.service -
-
Uses of EthosChangeNotificationService in com.ellucian.ethos.integration.notification
Fields in com.ellucian.ethos.integration.notification declared as EthosChangeNotificationService Modifier and Type Field Description protected EthosChangeNotificationServiceAbstractEthosChangeNotificationSubscription. ethosChangeNotificationServiceThe service used for retrieving ChangeNotifications.protected EthosChangeNotificationServiceEthosChangeNotificationListPollService. ethosChangeNotificationServiceUsed by the EthosChangeNotificationSubscription built by this class.protected EthosChangeNotificationServiceEthosChangeNotificationPollService. ethosChangeNotificationServiceUsed by the EthosChangeNotificationSubscription built by this class.Constructors in com.ellucian.ethos.integration.notification with parameters of type EthosChangeNotificationService Constructor Description AbstractEthosChangeNotificationSubscription(Flow.Publisher publisher, Flow.Subscriber subscriber, EthosChangeNotificationService ethosChangeNotificationService, long pollingInterval, TimeUnit pollingIntervalTimeUnit)Constructs this subscription with the given params.EthosChangeNotificationListPollService(EthosChangeNotificationService ethosChangeNotificationService)Constructs an instance of this class with the givenEthosChangeNotificationService.EthosChangeNotificationListPollService(EthosChangeNotificationService ethosChangeNotificationService, long pollingIntervalSeconds)Constructs an instance of this class with the given params.EthosChangeNotificationListSubscription(Flow.Publisher publisher, Flow.Subscriber subscriber, EthosChangeNotificationService ethosChangeNotificationService, long pollingInterval, TimeUnit pollingIntervalTimeUnit)Constructs this subscription with the given params.EthosChangeNotificationPollService(EthosChangeNotificationService ethosChangeNotificationService)Constructs an instance of this class with the given ethosChangeNotificationService.EthosChangeNotificationPollService(EthosChangeNotificationService ethosChangeNotificationService, long pollingIntervalSeconds)Constructs an instance of this class with the given params.EthosChangeNotificationSubscription(Flow.Publisher publisher, Flow.Subscriber subscriber, EthosChangeNotificationService ethosChangeNotificationService, long pollingInterval, TimeUnit pollingIntervalTimeUnit)Constructs this subscription with the given params. -
Uses of EthosChangeNotificationService in com.ellucian.ethos.integration.service
Methods in com.ellucian.ethos.integration.service that return EthosChangeNotificationService Modifier and Type Method Description EthosChangeNotificationServiceEthosChangeNotificationService.Builder. build()Builds an instance of the EthosChangeNotificationService with the given ethosClientBuilder and any resource version overrides.
-