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

com.weavechain.core.constants.KafkaConstants Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package com.weavechain.core.constants;

public final class KafkaConstants {

    public static final String PUBLIC_KEY_TOPIC = "PUB";
    public static final String LOGIN_REQUEST_TOPIC = "LOGIN";
    public static final String SESSION_TOPIC = "SESSION";

    public static final String WHAT_IS_SIGNED = "wis";

    private KafkaConstants() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy