All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.java.BackendControllerSelectReqRes.template Maven / Gradle / Ivy


    public void onRequest@service_name@ ( ReqRes<@service_request@,@service_response@> currentStep,
        List> previousSteps, ServiceContext context ) {

        System.out.println("onInput:" );
    }

    public void onResponse@service_name@ ( ReqRes<@service_request@,@service_response@> currentStep,
        List> previousSteps, ServiceContext context ) {

        System.out.println("onInput:" );
    }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy