com.github.charlemaznable.bunny.client.config.BunnyClientConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bunny-client Show documentation
Show all versions of bunny-client Show documentation
Bunny rabbits will skip hand-in-hand with baby lambs across sunny green meadows.
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();
}