io.zbus.proxy.http.ProxyHandlerConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zbus Show documentation
Show all versions of zbus Show documentation
a lightweight yet powerful MQ and RPC to build service bus
package io.zbus.proxy.http;
import io.zbus.mq.Broker;
public class ProxyHandlerConfig {
public String topic;
public Broker broker;
public String token;
public int consumerCount;
public int consumeTimeout;
public String targetServer; //host:ip
public String targetUrl; //after host:ip
public int targetHeartbeat;
public int targetClientCount;
public boolean targetMessageIdentifiable = false;
public MessageFilter sendFilter;
public MessageFilter recvFilter;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy