Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
IRelaySender |
|
| 0.0;0 |
1 | package ca.uhn.hl7v2.hoh.relay.sender; | |
2 | ||
3 | import ca.uhn.hl7v2.model.Message; | |
4 | import org.springframework.beans.factory.NamedBean; | |
5 | ||
6 | import ca.uhn.hl7v2.protocol.ReceivingApplication; | |
7 | ||
8 | public interface IRelaySender<T extends Message> extends NamedBean, ReceivingApplication<T> { | |
9 | ||
10 | } |