Package 

Annotation SampleHandler


  • @ConnectorHandler(connectorTypeId = "sample")@Target(allowedTargets = {AnnotationTarget.CLASS}) 
    public @interface SampleHandler
    
                        

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

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final KClass<out ConnectorStoryHandler<?>> value
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Annotation

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait