com.bytex.snamp.connector.dataStream.NotificationParserChain Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of data-stream Show documentation
Show all versions of data-stream Show documentation
Framework for writing connectors based on message processing
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