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: docs-java/features/connectivity/004-http-destinations.mdx
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,3 +253,39 @@ It provides the following headers:
253
253
- The `sap-language` header.
254
254
- If the `DefaultHttpDestination` contains a property called `cloudsdk.dynamicSapLanguage` with value `true`, the `LocaleAccessor` will be used to determine the current locale.
255
255
- Otherwise, if there is a `sap-language` property, its value will be used.
256
+
257
+
## About Registering Destinations at Runtime
258
+
259
+
Any destination built at runtime can be registered such that it will be available via `DestinationAccessor.getDestination()`.
260
+
This is especially useful when [working in a local environment](running-locally).
261
+
262
+
You can create a destination manually and prepare a loader for it as follows:
0 commit comments