Package com.devebot.opflow
Class OpflowRpcRoutingInfo
java.lang.Object
com.devebot.opflow.OpflowRpcRoutingInfo
public class OpflowRpcRoutingInfo extends Object
- Author:
- acegik
-
Constructor Summary
Constructors Constructor Description OpflowRpcRoutingInfo(OpflowConstant.Protocol protocol, String componentId, String location)OpflowRpcRoutingInfo(OpflowConstant.Protocol protocol, String componentId, String location, Boolean congestive) -
Method Summary
Modifier and Type Method Description StringgetAddress()StringgetComponentId()StringgetTopic()BooleanisCongestive()voidsetCongestive(Boolean congestive)OpflowRpcRoutingInfoupdate(OpflowRpcRoutingInfo n)
-
Constructor Details
-
OpflowRpcRoutingInfo
-
OpflowRpcRoutingInfo
public OpflowRpcRoutingInfo(OpflowConstant.Protocol protocol, String componentId, String location, Boolean congestive)
-
-
Method Details