Package | Description |
---|---|
uk.nhs.interoperability.client.samples | |
uk.nhs.interoperability.source |
Interfaces to represent information/document/message sources responsibilities in support of ITK message exchange patterns.
|
uk.nhs.interoperability.transport |
Interfaces representing the abstraction of transport elements of the ITK transport and distribution infrastructure.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleMessageCallbackHandler.onAck(ITKAckDetails ack) |
void |
RoutedMessageCallbackHandler.onAck(ITKAckDetails ack) |
void |
SimpleMessageCallbackHandler.onNack(ITKAckDetails nack) |
void |
RoutedMessageCallbackHandler.onNack(ITKAckDetails nack) |
Modifier and Type | Method and Description |
---|---|
void |
ITKCallbackHandler.onAck(ITKAckDetails ack)
Method invoked by the transport and distribution layer
upon receipt of a positive infrastructure acknowledgement (Ack).
Application components are not required to provide any functionality that is triggered by this acknowledgement however it is anticipated that this could be used to implement "delivery receipt" functionality. |
void |
ITKCallbackHandler.onNack(ITKAckDetails ack)
Method invoked by the transport and distribution layer
upon receipt of a negative infrastructure acknowledgement (Nack).
Application components are not required to provide any functionality that is triggered by this acknowledgement however it is anticipated that this could be used to implement "delivery failure" functionality. |
Modifier and Type | Class and Description |
---|---|
class |
ITKInfrastructureAck
The Class ITKInfrastructureAck.
|
All content is available under the Open Government Licence, except where otherwise stated
All example source code is available under Apache 2.0, except where otherwise stated