wso2 / mi-vscode

Micro Integrator extension for Visual Studio Code
Apache License 2.0
2 stars 3 forks source link

Require an option to create custom inbound endpoints #258

Open ChinthakaJ98 opened 2 months ago

ChinthakaJ98 commented 2 months ago

The current implementation needs to be updated to be able to accommodate custom inbound endpoints as well. As the parameters used in the inbound endpoint could differ based on the scenario we will have to use a ParamManager to add and retrieve the parameters.

kaumini commented 2 months ago

On discussions It was decided to only provide ui editing support inbound only for connector store inbound endpoints. Custom inbounds will be directed to source view on edit.

ChinthakaJ98 commented 2 months ago

Then what about creating a custom inbound endpoint? We will have to give UI support for that right?

kaumini commented 2 months ago

UI support for custom inbound endpoint creation will not be supported at the moment. The custom inbound endpoints and jar files should be manually added.