Uses of Class
org.camunda.community.bpmndt.api.OutboundConnectorHandler
Packages that use OutboundConnectorHandler
-
Uses of OutboundConnectorHandler in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api that return OutboundConnectorHandlerModifier and TypeMethodDescriptionOutboundConnectorHandler.customize(Consumer<OutboundConnectorHandler> customizer) Customizes the handler, using the givenConsumerfunction.OutboundConnectorHandler.verify(Consumer<io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert> verifier) Verifies the outbound connector's waiting state.OutboundConnectorHandler.verifyInputMapping(Consumer<Map<String, String>> inputMappingConsumer) Verifies the modeled inputs of the connector's IO mapping, using a consumer function.OutboundConnectorHandler.verifyOutputMapping(Consumer<Map<String, String>> outputMappingConsumer) Verifies the modeled outputs of the connector's IO mapping, using a consumer function.OutboundConnectorHandler.verifyRetries(Integer expectedRetries) Verifies that the underlying job has a specific number of retries.OutboundConnectorHandler.verifyRetries(Consumer<Integer> retriesConsumer) Verifies that the underlying job has a specific number of retries, using a consumer.OutboundConnectorHandler.verifyTaskDefinitionType(String expectedTaskDefinitionType) Verifies that the outbound connector has the given task definition type.OutboundConnectorHandler.verifyTaskDefinitionType(Consumer<String> taskDefinitionTypeConsumer) Verifies that the outbound connector has a specific task definition type, using a consumer.OutboundConnectorHandler.verifyTaskHeaders(Consumer<Map<String, String>> taskHeadersConsumer) Verifies the modeled task headers of the connector, using a consumer function.OutboundConnectorHandler.withVariable(String name, Object value) Sets a variable that is used to complete the underlying job.OutboundConnectorHandler.withVariableMap(Map<String, Object> variableMap) Sets variables that are used to complete the underlying job.OutboundConnectorHandler.withVariables(Object variables) Sets an object as variables that is used to complete the underlying job.Methods in org.camunda.community.bpmndt.api with parameters of type OutboundConnectorHandlerModifier and TypeMethodDescriptionvoidTestCaseInstance.apply(long flowScopeKey, OutboundConnectorHandler handler) Method parameters in org.camunda.community.bpmndt.api with type arguments of type OutboundConnectorHandlerModifier and TypeMethodDescriptionOutboundConnectorHandler.customize(Consumer<OutboundConnectorHandler> customizer) Customizes the handler, using the givenConsumerfunction.