All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bytex.snamp.gateway.groovy.EventsRootAPI Maven / Gradle / Ivy

The newest version!
package com.bytex.snamp.gateway.groovy;

import com.bytex.snamp.EntryReader;
import com.bytex.snamp.gateway.modeling.NotificationAccessor;

/**
 * Represents root-level DSL for working with events.
 * @author Roman Sakno
 * @since 1.0
 * @version 2.0
 */
public interface EventsRootAPI {
    ResourceNotificationsAnalyzer eventsAnalyzer();
     void processEvents(final EntryReader closure) throws E;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy