|
SymbIoTeLibraries
|


Public Member Functions | |
| void | subscribe (Subscription subscription) |
| List< Subscription > | getAllSubscriptions () |
| Subscription | getPlatformSubscription (String platformId) |
Interface for querying the platform Subscription Manager component
| List<Subscription> eu.h2020.symbiote.client.interfaces.SMClient.getAllSubscriptions | ( | ) |
Queries the Subscription Manager component about the current subscriptions
Implemented in eu.h2020.symbiote.client.feign.FeignSMClient.
| Subscription eu.h2020.symbiote.client.interfaces.SMClient.getPlatformSubscription | ( | String | platformId | ) |
Queries Subscription Manager for the subscription of the specified platform
| platformId | the id of the platform |
Implemented in eu.h2020.symbiote.client.feign.FeignSMClient.
| void eu.h2020.symbiote.client.interfaces.SMClient.subscribe | ( | Subscription | subscription | ) |
Queries the Subscription Manager component
| subscription | the subscription request send to the Subscription Manager |
Implemented in eu.h2020.symbiote.client.feign.FeignSMClient.
1.8.14