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

net.corda.schema.TestSchema Maven / Gradle / Ivy

The newest version!
package net.corda.schema;

public final class TestSchema {
    private TestSchema() {
    }

    /**
     * P2P topic test schema.
     */
    public static final String APP_RECEIVED_MESSAGES_TOPIC = "p2p.app.received_msg";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy