Uses of Class
io.camunda.connector.runtime.inbound.webhook.WebhookConnectorProperties
Packages that use WebhookConnectorProperties
Package
Description
-
Uses of WebhookConnectorProperties in io.camunda.connector.runtime.inbound.registry
Methods in io.camunda.connector.runtime.inbound.registry that return types with arguments of type WebhookConnectorPropertiesModifier and TypeMethodDescriptionInboundConnectorRegistry.getWebhookConnectorByContextPath(String context) Methods in io.camunda.connector.runtime.inbound.registry with parameters of type WebhookConnectorPropertiesModifier and TypeMethodDescriptionintWebhookConnectorPropertyComparator.compare(WebhookConnectorProperties o1, WebhookConnectorProperties o2) -
Uses of WebhookConnectorProperties in io.camunda.connector.runtime.inbound.webhook
Methods in io.camunda.connector.runtime.inbound.webhook with parameters of type WebhookConnectorPropertiesModifier and TypeMethodDescriptionvoidWebhookResponse.addException(WebhookConnectorProperties connectorProperties, Exception exception) voidWebhookResponse.addExecutedConnector(WebhookConnectorProperties connectorProperties, io.camunda.zeebe.client.api.response.ProcessInstanceEvent processInstanceEvent) voidWebhookResponse.addUnactivatedConnector(WebhookConnectorProperties connectorProperties) voidWebhookResponse.addUnauthorizedConnector(WebhookConnectorProperties connectorProperties)