Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 355 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 355 Bytes

magix-java-client

Java Client for Magix http/sse

Usage

        ResteasyJackson2Provider jacksonProvider = new ResteasyJackson2Provider();

        Client client = ResteasyClientBuilder.newClient().register(jacksonProvider);

        var magix = new SseMagixClient("http://" + System.getProperty("MAGIX_HOST", "localhost:8080"), client);