Class HttpExternalSystem


  • public class HttpExternalSystem
    extends ExternalSystem
    Allows to communicate with an external system through HTTP requests
    • Constructor Detail

      • HttpExternalSystem

        public HttpExternalSystem()
    • Method Detail

      • configure

        public void configure​(ExternalSystemData configuration)
        Description copied from class: ExternalSystem
        Configures the external system instance with the provided configuration. The extensions of this class must use this method to initialize their own configuration fields.
        Overrides:
        configure in class ExternalSystem
        Parameters:
        configuration - Provides the configuration data of the external system
      • getURL

        public String getURL()
        Returns:
        the URL that this HTTP external system communicates with