Class PartialTracingMessage
java.lang.Object
de.gematik.test.tiger.proxy.client.PartialTracingMessage
A tracing message which is in the process of being received by the TigerRemoteProxyClient. Can be
created by receiving either the metadata for a message (TigerTracingDto) or any of the
data-message parts. When the message is complete (all TracingMessageParts and the TigerTracingDto
have been received) the underlying message can be processed further.
-
Method Details
-
isComplete
public boolean isComplete() -
buildCompleteContent
public byte[] buildCompleteContent() -
builder
-
toBuilder
-
getTracingDto
-
getSender
-
getReceiver
-
getMessageFrame
-
getTransmissionTime
-
getReceivedTime
-
getMessageParts
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-