
Package ca.uhn.fhir.broker.api
Interface ISendResult
- All Known Implementing Classes:
SpringMessagingSendResult
public interface ISendResult
Instances of this interface are returned by
IChannelProducer.send(IMessage)
and can be used to determine whether
the message was successfully sent to the broker.-
Field Summary
Fields -
Method Summary
-
Field Details
-
FAILURE
-
-
Method Details
-
isSuccessful
boolean isSuccessful()
-