Package-level declarations

Types

Link copied to clipboard
class SlackConnector(methodsClient: MethodsClient, slack: Slack) : Connector<Action.SlackMessageRequest>

Connector implementation for handling Slack message requests.

Link copied to clipboard
data class SlackConnectorConfig(val token: String)

Configuration data class for SlackConnector.

Link copied to clipboard

Factory object for creating instances of SlackConnector.