![JAR search and dependency download from the Maven repository](/logo.png)
io.vertx.tp.optic.environment.UnityApp Maven / Gradle / Ivy
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