Class InspectorProxySrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.damsel.proxy_inspector.InspectorProxySrv.Client
- All Implemented Interfaces:
InspectorProxySrv.Iface
- Enclosing class:
- InspectorProxySrv
public static class InspectorProxySrv.Client
extends org.apache.thrift.TServiceClient
implements InspectorProxySrv.Iface
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
interceptor, iprot_, oprot_, seqid_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninspectPayment(Context context) booleanisBlacklisted(BlackListContext context) Проверяет существование в черном спискеbooleanvoidsendInspectPayment(Context context) voidsendIsBlacklisted(BlackListContext context) Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getInterceptor, getOutputProtocol, receiveBase, sendBase, sendBaseOneway, setInterceptor
-
Constructor Details
-
Client
public Client(org.apache.thrift.protocol.TProtocol prot) -
Client
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
Method Details
-
inspectPayment
public RiskScore inspectPayment(Context context) throws InvalidRequest, org.apache.thrift.TException - Specified by:
inspectPaymentin interfaceInspectorProxySrv.Iface- Throws:
InvalidRequestorg.apache.thrift.TException
-
sendInspectPayment
- Throws:
org.apache.thrift.TException
-
recvInspectPayment
- Throws:
InvalidRequestorg.apache.thrift.TException
-
isBlacklisted
public boolean isBlacklisted(BlackListContext context) throws InvalidRequest, org.apache.thrift.TException Description copied from interface:InspectorProxySrv.IfaceПроверяет существование в черном списке- Specified by:
isBlacklistedin interfaceInspectorProxySrv.Iface- Throws:
InvalidRequestorg.apache.thrift.TException
-
sendIsBlacklisted
- Throws:
org.apache.thrift.TException
-
recvIsBlacklisted
- Throws:
InvalidRequestorg.apache.thrift.TException
-