You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.api/src/main/java/org/wso2/carbon/apimgt/api/model/GatewayAgentConfiguration.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,4 +76,10 @@ public interface GatewayAgentConfiguration {
76
76
* @return String default hostname template
77
77
*/
78
78
StringgetDefaultHostnameTemplate();
79
+
80
+
/**
81
+
* This method returns the supported gateway modes for a given gateway type
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.rest.api.admin.v1/src/main/java/org/wso2/carbon/apimgt/rest/api/admin/v1/utils/mappings/SettingsMappingUtil.java
0 commit comments