ResponseBuilder(downstream_).status(500,"FAILURE").body("failed to send push message through forwardgateway").sendWithEOM();
ResponseBuilder(downstream_).status(forwardModel.returnStatusCode(),"FAILURE").body("failed to send push message through forwardgateway").sendWithEOM();
}
}
else{
ResponseBuilder(downstream_).status(500,"FAILURE").body("failed to send push message").sendWithEOM();
ResponseBuilder(downstream_).status(applePushModel.returnStatusCode(),"FAILURE").body("failed to send push message").sendWithEOM();
ResponseBuilder(downstream_).status(500,"FAILURE").body("failed to send push message through forwardgateway").sendWithEOM();
ResponseBuilder(downstream_).status(forwardModel.returnStatusCode(),"FAILURE").body("failed to send push message through forwardgateway").sendWithEOM();
}
}else{
ResponseBuilder(downstream_).status(500,"FAILURE").body("failed to send push message").sendWithEOM();
ResponseBuilder(downstream_).status(googlePushModel.returnStatusCode(),"FAILURE").body("failed to send push message").sendWithEOM();