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

com.bytex.snamp.connector.dataStream.NotificationParserChain Maven / Gradle / Ivy

The newest version!
package com.bytex.snamp.connector.dataStream;

/**
 * Provides a chain of parsers.
 * @since 2.0
 * @version 2.0
 */
public interface NotificationParserChain extends NotificationParser {
    /**
     * Sets fallback notification parser.
     * @param parser Fallback notification parser.
     */
    void setFallbackParser(final NotificationParser parser);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy