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

io.zbus.proxy.http.ProxyHandlerConfig Maven / Gradle / Ivy

There is a newer version: 1.0.0-b1
Show newest version
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