SlackConnector

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

Connector implementation for handling Slack message requests.

Constructors

Link copied to clipboard
constructor(methodsClient: MethodsClient, slack: Slack)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open suspend override fun invoke(planId: UUID, action: Action.SlackMessageRequest): ExecutorResult

Invokes the Slack message request with the given plan ID and action.

Link copied to clipboard
open suspend override fun shutdown()

Shuts down the connector and releases any resources.