Interface PacketStatusUpdateService
-
@Service public interface PacketStatusUpdateServiceThe Interface PacketStatusUpdateService.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PacketStatusUpdateDtogetStatus(String rid)Gets the status.
-
-
-
Method Detail
-
getStatus
PacketStatusUpdateDto getStatus(String rid)
Gets the status.- Parameters:
rid- the rid- Returns:
- the status
-
-