I created a new cloud connector by implementing ServiceConnectorExtensionPoint / ServiceConnector.
During module startup, the getExtensionPoints function is called before the setup function of the ModuleHook class.
As a result, the ServiceConnector instances are created without the GatewayContext that is required for the connector to work properly.
What would be the proper way to pass the GatewayContext (init at setup() ModuleHook) to the ServiceConnector instances?