@Path(value="/admin")
@Produces(value="application/json")
@Consumes(value="application/json")
@GenRestBuilder
public interface AdminRestService
| Modifier and Type | Method and Description |
|---|---|
void |
resetApplication(ZoneId zoneId) |
@POST @Path(value="/reset") void resetApplication(ZoneId zoneId)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.