Uses of Class
dev.vality.damsel.domain.RoutingRuleset
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of RoutingRuleset in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as RoutingRuleset Modifier and Type Field Description RoutingRulesetRoutingRulesObject. dataMethods in dev.vality.damsel.domain that return RoutingRuleset Modifier and Type Method Description RoutingRulesetRoutingRuleset. deepCopy()RoutingRulesetRoutingRulesObject. getData()RoutingRulesetRoutingRuleset. setDecisions(RoutingDecisions decisions)RoutingRulesetRoutingRuleset. setDescription(String description)RoutingRulesetRoutingRuleset. setName(String name)Methods in dev.vality.damsel.domain with parameters of type RoutingRuleset Modifier and Type Method Description intRoutingRuleset. compareTo(RoutingRuleset other)booleanRoutingRuleset. equals(RoutingRuleset that)RoutingRulesObjectRoutingRulesObject. setData(RoutingRuleset data)Constructors in dev.vality.damsel.domain with parameters of type RoutingRuleset Constructor Description RoutingRuleset(RoutingRuleset other)Performs a deep copy on other.RoutingRulesObject(RoutingRulesetRef ref, RoutingRuleset data) -
Uses of RoutingRuleset in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as RoutingRuleset Modifier and Type Field Description RoutingRulesetPartyManagementSrv.ComputeRoutingRuleset_result. successMethods in dev.vality.damsel.payment_processing that return RoutingRuleset Modifier and Type Method Description RoutingRulesetPartyManagementSrv.Client. computeRoutingRuleset(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset)RoutingRulesetPartyManagementSrv.Iface. computeRoutingRuleset(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset)RoutingRulesetPartyManagementSrv.AsyncClient.ComputeRoutingRuleset_call. getResult()RoutingRulesetPartyManagementSrv.ComputeRoutingRuleset_result. getSuccess()RoutingRulesetPartyManagementSrv.Client. recvComputeRoutingRuleset()Methods in dev.vality.damsel.payment_processing that return types with arguments of type RoutingRuleset Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<RoutingRuleset>PartyManagementSrv.AsyncProcessor.ComputeRoutingRuleset. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.payment_processing with parameters of type RoutingRuleset Modifier and Type Method Description PartyManagementSrv.ComputeRoutingRuleset_resultPartyManagementSrv.ComputeRoutingRuleset_result. setSuccess(RoutingRuleset success)Method parameters in dev.vality.damsel.payment_processing with type arguments of type RoutingRuleset Modifier and Type Method Description voidPartyManagementSrv.AsyncClient. computeRoutingRuleset(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset, org.apache.thrift.async.AsyncMethodCallback<RoutingRuleset> resultHandler)voidPartyManagementSrv.AsyncIface. computeRoutingRuleset(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset, org.apache.thrift.async.AsyncMethodCallback<RoutingRuleset> resultHandler)voidPartyManagementSrv.AsyncProcessor.ComputeRoutingRuleset. start(I iface, PartyManagementSrv.ComputeRoutingRuleset_args args, org.apache.thrift.async.AsyncMethodCallback<RoutingRuleset> resultHandler)Constructors in dev.vality.damsel.payment_processing with parameters of type RoutingRuleset Constructor Description ComputeRoutingRuleset_result(RoutingRuleset success, RuleSetNotFound ex2)Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type RoutingRuleset Constructor Description ComputeRoutingRuleset_call(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset, org.apache.thrift.async.AsyncMethodCallback<RoutingRuleset> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)