Package dev.vality.fistful.source
Interface ManagementSrv.Iface
- All Known Implementing Classes:
ManagementSrv.Client
- Enclosing class:
- ManagementSrv
public static interface ManagementSrv.Iface
-
Method Summary
Modifier and Type Method Description SourceStatecreate(SourceParams params, Map<String,Value> context)SourceStateget(String id, EventRange range)Map<String,Value>getContext(String id)List<Event>getEvents(String id, EventRange range)
-
Method Details
-
create
SourceState create(SourceParams params, Map<String,Value> context) throws IdentityNotFound, CurrencyNotFound, PartyInaccessible, org.apache.thrift.TException- Throws:
IdentityNotFoundCurrencyNotFoundPartyInaccessibleorg.apache.thrift.TException
-
get
- Throws:
SourceNotFoundorg.apache.thrift.TException
-
getContext
- Throws:
SourceNotFoundorg.apache.thrift.TException
-
getEvents
List<Event> getEvents(String id, EventRange range) throws SourceNotFound, org.apache.thrift.TException- Throws:
SourceNotFoundorg.apache.thrift.TException
-