Class ServicePollerClientImpl
- java.lang.Object
-
- org.opennms.features.apilayer.pollers.ServicePollerClientImpl
-
- All Implemented Interfaces:
org.opennms.integration.api.v1.pollers.ServicePollerClient
public class ServicePollerClientImpl extends Object implements org.opennms.integration.api.v1.pollers.ServicePollerClient
Runs the poller.
-
-
Constructor Summary
Constructors Constructor Description ServicePollerClientImpl(LocationAwarePollerClient locationAwarePollerClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opennms.integration.api.v1.pollers.PollerRequestBuilder
poll()
-
-
-
Constructor Detail
-
ServicePollerClientImpl
public ServicePollerClientImpl(LocationAwarePollerClient locationAwarePollerClient)
-
-