Package de.gematik.test.tiger.proxy.data
Class TcpConnectionEntry.TcpConnectionEntryBuilder
java.lang.Object
de.gematik.test.tiger.proxy.data.TcpConnectionEntry.TcpConnectionEntryBuilder
- Enclosing class:
- TcpConnectionEntry
-
Method Summary
Modifier and TypeMethodDescriptionbuild()connectionIdentifier(TcpIpConnectionIdentifier connectionIdentifier) data(RbelContent data) messagePreProcessor(Consumer<RbelElement> messagePreProcessor) positionInBaseNode(Integer positionInBaseNode) previousUuid(String previousUuid) sequenceNumber(Long sequenceNumber) toString()
-
Method Details
-
uuid
- Returns:
this.
-
data
- Returns:
this.
-
connectionIdentifier
public TcpConnectionEntry.TcpConnectionEntryBuilder connectionIdentifier(TcpIpConnectionIdentifier connectionIdentifier) - Returns:
this.
-
messagePreProcessor
public TcpConnectionEntry.TcpConnectionEntryBuilder messagePreProcessor(Consumer<RbelElement> messagePreProcessor) - Returns:
this.
-
sequenceNumber
- Returns:
this.
-
previousUuid
- Returns:
this.
-
positionInBaseNode
- Returns:
this.
-
build
-
toString
-