Package dev.vality.fistful.p2p_session
Interface ManagementSrv.Iface
- All Known Implementing Classes:
ManagementSrv.Client
- Enclosing class:
- ManagementSrv
public static interface ManagementSrv.Iface
-
Method Summary
Modifier and Type Method Description SessionStateget(String id, EventRange range)Map<String,Value>getContext(String id)List<Event>getEvents(String id, EventRange range)
-
Method Details
-
get
SessionState get(String id, EventRange range) throws P2PSessionNotFound, org.apache.thrift.TException- Throws:
P2PSessionNotFoundorg.apache.thrift.TException
-
getContext
- Throws:
P2PSessionNotFoundorg.apache.thrift.TException
-
getEvents
List<Event> getEvents(String id, EventRange range) throws P2PSessionNotFound, org.apache.thrift.TException- Throws:
P2PSessionNotFoundorg.apache.thrift.TException
-