Class ResponseController
java.lang.Object
io.camunda.zeebe.test.broker.protocol.brokerapi.ResponseController
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidUnblocks the sender for sending this response.protected void
-
Field Details
-
barrier
-
-
Constructor Details
-
ResponseController
public ResponseController()
-
-
Method Details
-
unblockNextResponse
public void unblockNextResponse()Unblocks the sender for sending this response. If the sender is not yet blocked, the calling thread is blocked until then. -
waitForNextJoin
protected void waitForNextJoin()
-