Package org.opennms.nrtg.api
Interface NrtBroker
-
- All Known Implementing Classes:
NrtBrokerJms
,NrtBrokerLocal
public interface NrtBroker
Abstraction for communication of the nrt feature. Implementations could be message brokers or simple forwarding queues.- Author:
- Christian Pape, Markus Neumann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
publishCollectionJob(CollectionJob collectionJob)
java.util.List<MeasurementSet>
receiveMeasurementSets(java.lang.String destination)
-
-
-
Method Detail
-
publishCollectionJob
void publishCollectionJob(CollectionJob collectionJob)
-
receiveMeasurementSets
java.util.List<MeasurementSet> receiveMeasurementSets(java.lang.String destination)
-
-