services/quotes/src/main/java/com/example/quotes/actuator/StartupCheck.java [41:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "QuotesApplication Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



services/audit/src/main/java/com/example/audit/actuator/StartupCheck.java [41:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("AuditApplication Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("AuditApplication Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "AuditApplication Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



services/quotes-ui/src/main/java/com/example/quotes/actuator/StartupCheck.java [41:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "QuotesApplication Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



services/bff/src/main/java/com/example/bff/actuator/StartupCheck.java [38:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("BFF Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("BFF Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "BFF Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sessions/next24/books-genai-vertex-springai/src/main/java/services/actuator/StartupCheck.java [39:53]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("BookImagesApplication Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("BookImagesApplication Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "BookImagesApplication Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sessions/next24/books-genai-vertex-langchain4j/src/main/java/services/actuator/StartupCheck.java [39:53]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("BookImagesApplication Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("BookImagesApplication Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "BookImagesApplication Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sessions/fall24/books-genai-vertex-springai/src/main/java/services/actuator/StartupCheck.java [39:53]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("BookImagesApplication Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("BookImagesApplication Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "BookImagesApplication Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sessions/fall24/spring-ai-quotes-llm-in-gke/src/main/java/com/example/quotes/actuator/StartupCheck.java [41:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "QuotesApplication Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sessions/fall24/books-genai-vertex-langchain4j/src/main/java/services/actuator/StartupCheck.java [39:53]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("BookImagesApplication Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("BookImagesApplication Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "BookImagesApplication Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sessions/next25/quotes-llm/src/main/java/com/example/quotes/actuator/StartupCheck.java [41:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "QuotesApplication Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ml-demos/image-vision-vertex-langchain/src/main/java/services/actuator/StartupCheck.java [24:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("ImageAnalysisApplication Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("ImageAnalysisApplication Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "ImageAnalysisApplication Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



runtimes/crac/quotes-crac/src/main/java/com/example/quotes/actuator/StartupCheck.java [41:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "QuotesApplication Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



runtimes/project-leyden/quotes/src/main/java/com/example/quotes/actuator/StartupCheck.java [41:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "QuotesApplication Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ai-patterns/spring-ai-quotes-llm-in-gke/src/main/java/com/example/quotes/actuator/StartupCheck.java [41:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CustomData customEndpoint() {
        Map<String, Object> details = new LinkedHashMap<>();
        if (!status) {
            logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");
            return null;
        }

        logger.info("QuotesApplication Startup Endpoint: Application is ready to serve traffic !");

        CustomData data = new CustomData();
        details.put("StartupEndpoint", "QuotesApplication Startup Endpoint: Application is ready to serve traffic");
        data.setData(details);

        return data;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



