com.bytex.snamp.connector.dataStream.SyntheticAttributeFactory 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;
import com.bytex.snamp.connector.attributes.AttributeDescriptor;
/**
* @author Roman Sakno
* @version 2.0
* @since 2.0
*/
@FunctionalInterface
public interface SyntheticAttributeFactory {
SyntheticAttribute createAttribute(final String name, final AttributeDescriptor descriptor) throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy