Uses of Interface
energy.trolie.client.RequestSubscription
Packages that use RequestSubscription
-
Uses of RequestSubscription in energy.trolie.client
Methods in energy.trolie.client that return RequestSubscriptionModifier and TypeMethodDescriptionTrolieClient.subscribeToDefaultMonitoringSetUpdates
(MonitoringSetsSubscribedReceiver receiver) Identical toTrolieClient.subscribeToMonitoringSetUpdates(MonitoringSetsSubscribedReceiver, String)
, but creates a polling subscription for this grid operator's default monitoring set rather than one specified with a particular name.TrolieClient.subscribeToInUseLimitForecastUpdates
(ForecastSnapshotSubscribedReceiver receiver) Create a polling subscription for forecast snapshot data updatesTrolieClient.subscribeToInUseLimitForecastUpdates
(ForecastSnapshotSubscribedReceiver receiver, String monitoringSet) Create a polling subscription for forecast snapshot data updatesTrolieClient.subscribeToInUseLimits
(RealTimeSnapshotSubscribedReceiver receiver) Create a polling subscription for real-time snapshot data updatesTrolieClient.subscribeToInUseLimits
(RealTimeSnapshotSubscribedReceiver receiver, String monitoringSet) Create a polling subscription for real-time snapshot data updatesTrolieClient.subscribeToInUseLimits
(RealTimeSnapshotSubscribedReceiver receiver, String monitoringSet, String resourceId) Create a polling subscription for real-time snapshot data updatesTrolieClient.subscribeToMonitoringSetUpdates
(MonitoringSetsSubscribedReceiver receiver, String monitoringSet) Create a polling subscription for updates to the given monitoring set.TrolieClient.subscribeToRegionalLimitsForecast
(ForecastSnapshotSubscribedReceiver receiver) Create a polling subscription for regionally limiting forecast snapshot data updatesTrolieClient.subscribeToRegionalLimitsForecast
(ForecastSnapshotSubscribedReceiver receiver, String monitoringSet) Create a polling subscription for regionally limiting forecast snapshot data updatesTrolieClient.subscribeToRegionalRealTimeLimits
(RealTimeSnapshotSubscribedReceiver receiver) Create a polling subscription regional real-time snapshot data updatesTrolieClient.subscribeToRegionalRealTimeLimits
(RealTimeSnapshotSubscribedReceiver receiver, String monitoringSet) Create a polling subscription for regional real-time snapshot data updatesMethods in energy.trolie.client with parameters of type RequestSubscriptionModifier and TypeMethodDescriptiondefault void
StreamingSubscribedResponseReceiver.setSubscription
(RequestSubscription subscription) Called after subscription is initialized, allowing receiver to unsubscribe on errors that are deemed fatalvoid
TrolieClient.unsubscribe
(RequestSubscription subscription) Un-subscribe an active polling request