Class DetectorClientImpl
- java.lang.Object
-
- org.opennms.features.apilayer.detectors.DetectorClientImpl
-
- All Implemented Interfaces:
org.opennms.integration.api.v1.detectors.DetectorClient
public class DetectorClientImpl extends java.lang.Object implements org.opennms.integration.api.v1.detectors.DetectorClient
ImplementsDetectorClient
for OpenNMS instance.
-
-
Constructor Summary
Constructors Constructor Description DetectorClientImpl(LocationAwareDetectorClient locationAwareDetectorClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Boolean>
detect(java.lang.String serviceName, java.lang.String hostName, java.util.Map<java.lang.String,java.lang.String> detectorAttributes)
-
-
-
Constructor Detail
-
DetectorClientImpl
public DetectorClientImpl(LocationAwareDetectorClient locationAwareDetectorClient)
-
-
Method Detail
-
detect
public java.util.concurrent.CompletableFuture<java.lang.Boolean> detect(java.lang.String serviceName, java.lang.String hostName, java.util.Map<java.lang.String,java.lang.String> detectorAttributes)
- Specified by:
detect
in interfaceorg.opennms.integration.api.v1.detectors.DetectorClient
-
-