public static class ConnectorHandlerProvider.DefaultImpls
Provides annotationclass ConnectorHandler.
annotationclass ConnectorHandler@Nullable public static ConnectorStoryHandlerBase<?> provide(ConnectorHandlerProvider $this, @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 public static ConnectorStoryHandlerBase<?> provide(ConnectorHandlerProvider $this, @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.