protected static void sendRequest()

in src/main/java/deltix/ember/sample/SampleSupportTools.java [23:25]


    protected static void sendRequest(Consumer<Publication> callback, Consumer<ApiMessage> eventListener) throws InterruptedException {
        sendRequest(callback, EmberConfig.load(true, true), eventListener);
    }