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

org.fabric3.spi.introspection.dsl.ChannelIntrospector Maven / Gradle / Ivy

The newest version!
package org.fabric3.spi.introspection.dsl;

import org.fabric3.api.model.type.component.Channel;

/**
 * Introspects a channel defined using the DSL.
 */
public interface ChannelIntrospector {

    /**
     * Introspects a channel. The model object may be enhanced with additional data.
     *
     * @param channel the channel
     */
    void introspect(Channel channel);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy