Package dev.vality.fistful.destination
Interface ManagementSrv.Iface
- All Known Implementing Classes:
ManagementSrv.Client
- Enclosing class:
- ManagementSrv
public static interface ManagementSrv.Iface
-
Method Summary
Modifier and Type Method Description DestinationStatecreate(DestinationParams params, Map<String,Value> context)DestinationStateget(String id, EventRange range)Map<String,Value>getContext(String id)List<Event>getEvents(String id, EventRange range)
-
Method Details
-
create
DestinationState create(DestinationParams params, Map<String,Value> context) throws IdentityNotFound, CurrencyNotFound, PartyInaccessible, ForbiddenWithdrawalMethod, org.apache.thrift.TException- Throws:
IdentityNotFoundCurrencyNotFoundPartyInaccessibleForbiddenWithdrawalMethodorg.apache.thrift.TException
-
get
DestinationState get(String id, EventRange range) throws DestinationNotFound, org.apache.thrift.TException- Throws:
DestinationNotFoundorg.apache.thrift.TException
-
getContext
- Throws:
DestinationNotFoundorg.apache.thrift.TException
-
getEvents
List<Event> getEvents(String id, EventRange range) throws DestinationNotFound, org.apache.thrift.TException- Throws:
DestinationNotFoundorg.apache.thrift.TException
-