Package ai.tock.bot.connector.slack
Annotation SlackHandler
-
- All Implemented Interfaces:
@ConnectorHandler(connectorTypeId = "slack")@Target(allowedTargets = {AnnotationTarget.CLASS}) public @interface SlackHandler
To specify ConnectorStoryHandler for Slack connector. KClass passed as value of this annotation must have a primary constructor with a single not optional StoryHandlerDefinitionBase argument.