T - the type of payloadpublic class InventoryEvent<L> extends Object
InventoryListener| Constructor and Description |
|---|
InventoryEvent(String feedId,
MonitoredEndpoint endpoint,
SamplingService<L> samplingService,
List<Resource<L>> payload) |
| Modifier and Type | Method and Description |
|---|---|
MonitoredEndpoint |
getEndpoint() |
String |
getFeedId() |
List<Resource<L>> |
getPayload() |
SamplingService<L> |
getSamplingService() |
public InventoryEvent(String feedId, MonitoredEndpoint endpoint, SamplingService<L> samplingService, List<Resource<L>> payload)
public MonitoredEndpoint getEndpoint()
MonitoredEndpoint resources in payload come frompublic String getFeedId()
feedId associated with the resources in payloadpublic SamplingService<L> getSamplingService()
Copyright © 2015 Red Hat, Inc.. All rights reserved.