@Path(value="/tenants") @Consumes(value="application/json") @Produces(value="application/json") public class TenantsHandler extends Object
| Constructor and Description |
|---|
TenantsHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTenant(javax.ws.rs.container.AsyncResponse asyncResponse,
org.hawkular.metrics.api.jaxrs.model.TenantDefinition tenantDefinition,
javax.ws.rs.core.UriInfo uriInfo) |
void |
findTenants(javax.ws.rs.container.AsyncResponse asyncResponse) |
@POST
public void createTenant(@Suspended
javax.ws.rs.container.AsyncResponse asyncResponse,
org.hawkular.metrics.api.jaxrs.model.TenantDefinition tenantDefinition,
@Context
javax.ws.rs.core.UriInfo uriInfo)
@GET
public void findTenants(@Suspended
javax.ws.rs.container.AsyncResponse asyncResponse)
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.