Package com.devebot.opflow
Class OpflowRpcHttpMaster
java.lang.Object
com.devebot.opflow.OpflowRpcHttpMaster
- All Implemented Interfaces:
AutoCloseable
public class OpflowRpcHttpMaster extends Object implements AutoCloseable
- Author:
- acegik
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOpflowRpcHttpMaster.Locatorstatic interfaceOpflowRpcHttpMaster.ServiceInfostatic classOpflowRpcHttpMaster.Session -
Constructor Summary
Constructors Constructor Description OpflowRpcHttpMaster(Map<String,Object> params) -
Method Summary
Modifier and Type Method Description voidclose()longgetCallTimeout()StringgetComponentId()longgetReadTimeout()longgetWriteTimeout()OpflowRpcHttpMaster.Sessionrequest(String routineSignature, String body, OpflowRpcParameter parameter, OpflowRpcRoutingInfo location)voidreset()voidserve()
-
Constructor Details
-
Method Details
-
getComponentId
-
getReadTimeout
public long getReadTimeout() -
getWriteTimeout
public long getWriteTimeout() -
getCallTimeout
public long getCallTimeout() -
serve
public final void serve() -
close
public final void close()- Specified by:
closein interfaceAutoCloseable
-
reset
public void reset() -
request
public OpflowRpcHttpMaster.Session request(String routineSignature, String body, OpflowRpcParameter parameter, OpflowRpcRoutingInfo location)
-