// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/**
* Contains a vertx based implementation of GCToolKit. The vertx implementation is an internal module.
* @provides com.microsoft.gctoolkit.jvm.JavaVirtualMachine
*/
module com.microsoft.gctoolkit.vertx {
requires com.microsoft.gctoolkit.api;
requires io.vertx.core;
requires java.logging;
provides com.microsoft.gctoolkit.message.DataSourceChannel with com.microsoft.gctoolkit.vertx.VertxDataSourceChannel;
provides com.microsoft.gctoolkit.message.JVMEventChannel with com.microsoft.gctoolkit.vertx.VertxJVMEventChannel;
}microsoft/gctoolkit
Publicmirrored fromhttps://github.com/microsoft/gctoolkitAvailable
vertx/src/main/java/module-info.java
17lines · modepreview