Class PushRestController


@RestController @RequestMapping("/api/v1/push") @Description("Push Notification Controller - Push notification and messaging APIs") public class PushRestController extends BaseRestController<PushRequest,PushRestService>