Class SubscriptionsOwnershipEndpoint

java.lang.Object
pl.allegro.tech.hermes.management.api.SubscriptionsOwnershipEndpoint

@Path("subscriptions/owner") public class SubscriptionsOwnershipEndpoint extends Object
  • Constructor Details

  • Method Details

    • listForOwner

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