Package org.opennms.core.tracker
Interface ResponseWithId<ReqIdT>
-
- All Superinterfaces:
Response
- All Known Implementing Classes:
JnaPingReply
,Jni6PingResponse
,JniPingResponse
public interface ResponseWithId<ReqIdT> extends Response
ResponseWithId- Author:
- brozow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReqIdT
getRequestId()
The id of any request that this is intended to be a reply for.
-
-
-
Method Detail
-
getRequestId
ReqIdT getRequestId()
The id of any request that this is intended to be a reply for.
-
-