Uses of Class
dev.vality.damsel.domain.RoutingRuleset
Packages that use RoutingRuleset
-
Uses of RoutingRuleset in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as RoutingRulesetMethods in dev.vality.damsel.domain that return RoutingRulesetModifier and TypeMethodDescriptionRoutingRuleset.deepCopy()RoutingRulesObject.getData()RoutingRuleset.setDecisions(RoutingDecisions decisions) RoutingRuleset.setDescription(String description) Methods in dev.vality.damsel.domain with parameters of type RoutingRulesetModifier and TypeMethodDescriptionintRoutingRuleset.compareTo(RoutingRuleset other) booleanRoutingRuleset.equals(RoutingRuleset that) RoutingRulesObject.setData(RoutingRuleset data) Constructors in dev.vality.damsel.domain with parameters of type RoutingRulesetModifierConstructorDescriptionRoutingRuleset(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 RoutingRulesetMethods in dev.vality.damsel.payment_processing that return RoutingRulesetModifier and TypeMethodDescriptionPartyManagementSrv.Client.computeRoutingRuleset(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset) PartyManagementSrv.Iface.computeRoutingRuleset(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset) PartyManagementSrv.AsyncClient.ComputeRoutingRuleset_call.getResult()PartyManagementSrv.ComputeRoutingRuleset_result.getSuccess()PartyManagementSrv.Client.recvComputeRoutingRuleset()Methods in dev.vality.damsel.payment_processing that return types with arguments of type RoutingRulesetModifier and TypeMethodDescriptionorg.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 RoutingRulesetModifier and TypeMethodDescriptionPartyManagementSrv.ComputeRoutingRuleset_result.setSuccess(RoutingRuleset success) Method parameters in dev.vality.damsel.payment_processing with type arguments of type RoutingRulesetModifier and TypeMethodDescriptionvoidPartyManagementSrv.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 RoutingRulesetModifierConstructorDescriptionComputeRoutingRuleset_result(RoutingRuleset success, RuleSetNotFound ex2) Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type RoutingRulesetModifierConstructorDescriptionComputeRoutingRuleset_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)