Class SubscriptionsOwnershipEndpoint


  • @Path("subscriptions/owner")
    public class SubscriptionsOwnershipEndpoint
    extends java.lang.Object
    • Constructor Detail

      • SubscriptionsOwnershipEndpoint

        @Autowired
        public SubscriptionsOwnershipEndpoint​(OwnerSources ownerSources,
                                              SubscriptionService subscriptionService)
    • Method Detail

      • listForOwner

        @GET
        @Produces("application/json")
        @Path("/{ownerSourceName}/{ownerId}")
        public java.util.List<pl.allegro.tech.hermes.api.Subscription> listForOwner​(@PathParam("ownerSourceName")
                                                                                    java.lang.String ownerSourceName,
                                                                                    @PathParam("ownerId")
                                                                                    java.lang.String id)