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

io.vertx.tp.optic.environment.UnityApp Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.vertx.tp.optic.environment;

import io.vertx.core.json.JsonObject;

import java.util.concurrent.ConcurrentMap;

/*
 * Application configuration for X_APP but the implementation should be provided
 * in another project instead of current one.
 */
public interface UnityApp {

    void initialize();

    ConcurrentMap connect();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy