Class 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
    Implements DetectorClient for OpenNMS instance.
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 interface org.opennms.integration.api.v1.detectors.DetectorClient