public interface IHAMessageWrapper
IHALogRequest
, IHASendState
, and
IHAWriteMessage
interfaces exposes the requires IHAMessage
interface to the HAReceiveService
. This class is never persisted (it
does NOT get written into the HALog files). It just let's us handshake with
the HAReceiveService
and get back out the original
IHAWriteMessage
as well as the optional IHALogRequest
message.Modifier and Type | Method and Description |
---|---|
IHASendState |
getHASendState()
Return information about the state of the sending service.
|
IHASyncRequest |
getHASyncRequest()
Return the optional
IHASyncRequest . |
IHAWriteMessageBase |
getHAWriteMessage()
Return the message that describes the payload that will be replicated
along the pipeline.
|
IHASyncRequest getHASyncRequest()
IHASyncRequest
. When available, this provides
information about the service request that resulted in the transmission
of the payload along the pipeline.IHASendState getHASendState()
IHAWriteMessageBase getHAWriteMessage()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.