Package com.persequor.extension
Interface IExtensionRequestInfoService
public interface IExtensionRequestInfoService
-
Method Summary
Modifier and TypeMethodDescriptionGets the base path for the Saga installation.
-
Method Details
-
getRequestBasePath
String getRequestBasePath()Gets the base path for the Saga installation.If the app.saga-base-url property is set, this value will be returned.
Otherwise, the base path will be determined based on the headers of the current request.
- Returns:
- base path for the Saga installation, or null if not available
-