Interface IRemoteCallEvent
- All Known Subinterfaces:
IRemoteCallCompleteEvent
,IRemoteCallStartEvent
public interface IRemoteCallEvent
Remote call event. Event received by service when a remote call should be
processed.
-
Method Summary
-
Method Details
-
getRequestId
long getRequestId()Get request id for the given remote call- Returns:
- long request ID.
-