Uses of Class
org.camunda.community.bpmndt.api.MessageEventHandler
Packages that use MessageEventHandler
-
Uses of MessageEventHandler in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api that return MessageEventHandlerModifier and TypeMethodDescriptionMessageEventHandler.customize(Consumer<MessageEventHandler> customizer) Customizes the handler, using the givenConsumerfunction.MessageEventHandler.verify(Consumer<io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert> verifier) Verifies the message event's waiting state.MessageEventHandler.verifyCorrelationKey(String expectedCorrelationKey) Verifies that the message event has a specific correlation key.MessageEventHandler.verifyCorrelationKey(Consumer<String> correlationKeyConsumer) Verifies that the message event has a specific correlation key, using a consumer.MessageEventHandler.verifyCorrelationKeyExpression(Consumer<String> correlationKeyExpressionConsumer) Verifies that the message event has a specific correlation key FEEL expression (see "Message" section), using a consumer function.MessageEventHandler.verifyMessageName(String expectedMessageName) Verifies that the message event has a specific message name.MessageEventHandler.verifyMessageName(Consumer<String> messageNameConsumer) Verifies that the message event has a specific message name, using a consumer.MessageEventHandler.verifyMessageNameExpression(Consumer<String> messageNameExpressionConsumer) Verifies that the message event has a specific message name FEEL expression (see "Message" section), using a consumer function.MessageEventHandler.withVariable(String name, Object value) Sets a variable that is used to correlate the message.MessageEventHandler.withVariableMap(Map<String, Object> variableMap) Sets variables that are used to correlate the message.MessageEventHandler.withVariables(Object variables) Sets an object as variables that is used to correlate the message.Methods in org.camunda.community.bpmndt.api with parameters of type MessageEventHandlerModifier and TypeMethodDescriptionvoidTestCaseInstance.apply(long processInstanceKey, MessageEventHandler handler) Method parameters in org.camunda.community.bpmndt.api with type arguments of type MessageEventHandlerModifier and TypeMethodDescriptionMessageEventHandler.customize(Consumer<MessageEventHandler> customizer) Customizes the handler, using the givenConsumerfunction.