GetConnector

class GetConnector @Inject constructor(config: ExecutorConfig)

Use case class responsible for retrieving a connector based on the given action.

Constructors

Link copied to clipboard
@Inject
constructor(config: ExecutorConfig)

Creates an instance of GetConnector with the specified configuration.

Functions

Link copied to clipboard
fun invoke(action: Action): Connector<Action>

Retrieves the connector associated with the given action.