tock / ai.tock.bot.connector / ConnectorIdHandlers

ConnectorIdHandlers

@Target([AnnotationTarget.CLASS]) annotation class ConnectorIdHandlers (source)

Annotation used to annotate StoryHandlerDefinitionBase implementation, in order to provide ConnectorStoryHandler for each connector id. Used only by connector implementation.

Constructors

<init>

Annotation used to annotate StoryHandlerDefinitionBase implementation, in order to provide ConnectorStoryHandler for each connector id. Used only by connector implementation.

ConnectorIdHandlers(vararg handlers: ConnectorIdHandler)

Properties

handlers

vararg val handlers: Array<out ConnectorIdHandler>