Package com.devebot.opflow
Class OpflowRpcObserver
java.lang.Object
com.devebot.opflow.OpflowRpcObserver
public class OpflowRpcObserver extends Object
- Author:
- acegik
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOpflowRpcObserver.Manifest -
Constructor Summary
Constructors Constructor Description OpflowRpcObserver(Map<String,Object> kwargs) -
Method Summary
-
Constructor Details
-
Method Details
-
isTrimmingEnabled
public boolean isTrimmingEnabled() -
getTrimmingTimeDelay
public long getTrimmingTimeDelay() -
isThreadPoolEnabled
public boolean isThreadPoolEnabled() -
getThreadPoolType
-
getThreadPoolSize
public int getThreadPoolSize() -
isThreadPoolUsed
public boolean isThreadPoolUsed() -
getKeepAliveTimeout
public long getKeepAliveTimeout() -
getServiceUpdater
-
getThreadExecutor
-
close
public void close() -
check
-
touch
-
isCongestive
public boolean isCongestive() -
isCongestive
-
setCongestive
-
setCongestive
public void setCongestive(OpflowConstant.Protocol protocol, boolean congestive, String componentId) -
getRoutingInfo
-
getRoutingInfo
-
containsInfo
-
updateInfo
-
cleanup
public void cleanup() -
summary
-
setKeepAliveTimeout
public void setKeepAliveTimeout(long timeout)
-