public class MonitoringServiceWrapper extends Object implements org.talend.esb.sam.common.service.MonitoringService
| Constructor and Description |
|---|
MonitoringServiceWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
putEvents(List<org.talend.esb.sam.common.event.Event> events)
Sends all events to the web service.
|
void |
setDelayBetweenRetry(long delayBetweenRetry)
Sets the delay between retry.
|
void |
setMonitoringService(org.talend.esb.sam.monitoringservice.v1.MonitoringService monitoringService)
Set by Spring.
|
void |
setNumberOfRetries(int numberOfRetries)
Sets the number of retries.
|
public void setNumberOfRetries(int numberOfRetries)
numberOfRetries - the new number of retriespublic void setDelayBetweenRetry(long delayBetweenRetry)
delayBetweenRetry - the new delay between retrypublic void setMonitoringService(org.talend.esb.sam.monitoringservice.v1.MonitoringService monitoringService)
monitoringService - the new monitoring servicepublic void putEvents(List<org.talend.esb.sam.common.event.Event> events)
putEvents in interface org.talend.esb.sam.common.service.MonitoringServiceevents - the eventsCopyright © 2011–2015 Talend Inc.. All rights reserved.