Uses of Class
io.gravitee.gateway.api.service.Subscription
Packages that use Subscription
-
Uses of Subscription in io.gravitee.gateway.api.service
Methods in io.gravitee.gateway.api.service that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionSubscriptionService.getByApiAndClientIdAndPlan(String api, String clientId, String plan) Get subscription by its API, client ID, and plan.SubscriptionService.getByApiAndSecurityToken(String api, SecurityToken securityToken, String plan) Get subscription by its API, security token, and plan.Get subscription by its ID.Methods in io.gravitee.gateway.api.service with parameters of type SubscriptionModifier and TypeMethodDescriptionvoidSubscriptionService.register(Subscription subscription) Register the given subscription.voidSubscriptionService.unregister(Subscription subscription)