public ConnectorHandlerProvider
Provides annotationclass ConnectorHandler.
annotationclass ConnectorHandler@Nullable ConnectorStoryHandlerBase<?> provide(@NotNull StoryHandlerDefinition storyDef, @NotNull ConnectorType connectorType)
Method to override in order to provide interface ConnectorStoryHandler from class ConnectorType.
Default implementation use annotations annotated with @annotationclass ConnectorHandler.
@Nullable ConnectorStoryHandlerBase<?> provide(@NotNull StoryHandlerDefinition storyDef, @NotNull java.lang.String connectorId)
Method to override in order to provide interface ConnectorStoryHandler from connectorId.
Default implementation use annotations annotated with @annotationclass ConnectorIdHandlers.