tock / ai.tock.bot.connector.web / WebHandler

WebHandler

@ConnectorHandler("web") @Target([AnnotationTarget.CLASS]) annotation class WebHandler (source)

To specify ConnectorStoryHandler for Web connector. KClass passed as value of this annotation must have a primary constructor with a single not optional StoryHandlerDefinitionBase argument.

Constructors

<init>

To specify ConnectorStoryHandler for Web connector. KClass passed as value of this annotation must have a primary constructor with a single not optional StoryHandlerDefinitionBase argument.

WebHandler(value: KClass<out ConnectorStoryHandler<*>>)

Properties

value

val value: KClass<out ConnectorStoryHandler<*>>