open fun findConnector(connectorType: ConnectorType): T? (source)
Method to override in order to provide ConnectorStoryHandler. Default implementation use annotations annotated with @ConnectorHandler.
open fun findConnector(connectorId: String): T? (source)
Method to override in order to provide ConnectorStoryHandler. Default implementation use annotations annotated with @ConnectorIdHandlers.