
com.bytex.snamp.gateway.groovy.EventsRootAPI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groovy Show documentation
Show all versions of groovy Show documentation
Groovy-based scripting engine for writing custom gateways
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