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

com.github.charlemaznable.bunny.client.config.BunnyClientConfig Maven / Gradle / Ivy

Go to download

Bunny rabbits will skip hand-in-hand with baby lambs across sunny green meadows.

There is a newer version: 2023.0.4
Show newest version
package com.github.charlemaznable.bunny.client.config;

import com.github.charlemaznable.core.miner.MinerConfig;

@MinerConfig(group = "BunnyClient", dataId = "default")
public interface BunnyClientConfig {

    @MinerConfig(defaultValue = "http://127.0.0.1:22114/bunny")
    String httpServerBaseUrl();

    @MinerConfig(defaultValue = "/bunny")
    String eventBusAddressPrefix();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy