invoke

fun invoke(action: Action): Connector<Action>

Retrieves the connector associated with the given action.

Return

The connector associated with the specified action.

Parameters

action

The action for which the connector is to be retrieved.

Throws

if no connector is found for the given action.