Package io.camunda.connector.http.base.blocklist.block
package io.camunda.connector.http.base.blocklist.block
-
ClassDescriptionThis is a sealed interface that represents a Block of a URL, Port, or Regex type.This class represents a Port Block that can be used to block URLs based on specific port numbers.This class represents a Regular Expression Block that can be used to block URLs based on a regular expression pattern.This class represents a URL Block that can be used to block specific URLs based on a substring match.