org.talend.esb.sam.common.service
Interface MonitoringService


public interface MonitoringService

Public interface for the business logic of MonitoringService.


Method Summary
 void putEvents(List<Event> events)
          Handle the event with all configured handlers.
 

Method Detail

putEvents

void putEvents(List<Event> events)
Handle the event with all configured handlers.

Parameters:
events - the event list


Copyright © 2011–2014 Talend Inc.. All rights reserved.