public class LazyConnectivityTestingService extends Object implements ConnectivityTestingService
ConnectivityTestingService implementation that initialises the required
components before doing test connectivity.
This guarantees that if the application has been created lazily, the requested
components exists before the execution of the actual ConnectivityTestingService.| Constructor and Description |
|---|
LazyConnectivityTestingService(LazyComponentInitializer lazyComponentInitializer,
ConnectivityTestingService connectivityTestingService) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.connection.ConnectionValidationResult |
testConnection(org.mule.runtime.api.component.location.Location location) |
public LazyConnectivityTestingService(LazyComponentInitializer lazyComponentInitializer, ConnectivityTestingService connectivityTestingService)
public org.mule.runtime.api.connection.ConnectionValidationResult testConnection(org.mule.runtime.api.component.location.Location location)
testConnection in interface ConnectivityTestingServiceCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.