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

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

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