public interface ConnectivityTestingService
ConnectivityTestingService| Modifier and Type | Method and Description |
|---|---|
ConnectionValidationResult |
testConnection(ConnectivityTestingRequest connectivityTestingRequest)
Tests the connection defined for the given
componentId. |
ConnectionValidationResult testConnection(ConnectivityTestingRequest connectivityTestingRequest) throws NoSuchApplicationException, UnsupportedConnectivityTestingObjectException, ConnectivityTestingObjectNotFoundException, ServiceUnavailableException
componentId.connectivityTestingRequest - ConnectivityTestingRequest identifies a global element from the application
configuration.ConnectionValidationResult representing the result of the test.NoSuchApplicationException - if the application is not deployed or was disposed.UnsupportedConnectivityTestingObjectException - when it's not possible to do connectivity testing over the mule
component.ConnectivityTestingObjectNotFoundException - when the object to use to do connectivity does not existsServiceUnavailableException - if a connection exception happens when trying to connect to Mule Agent
REST API.ToolingException - if an unexpected error happens.Copyright © 2023 MuleSoft, Inc.. All rights reserved.