Example usage for org.springframework.integration.support.context NamedComponent interface-usage

List of usage examples for org.springframework.integration.support.context NamedComponent interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.support.context NamedComponent interface-usage.

Usage

From source file org.springframework.integration.channel.FixedSubscriberChannel.java

/**
 * Specialized {@link SubscribableChannel} for a single final subscriber set up during bean instantiation (unlike
 * other {@link SubscribableChannel}s where the {@link MessageHandler} is subscribed when the endpoint
 * is started). This channel does not support interceptors or data types.
 * <p>
 * <b>Note: Stopping ({@link #unsubscribe(MessageHandler)}) the subscribed ({@link MessageHandler}) has no effect.</b>

From source file org.springframework.integration.kafka.support.KafkaProducerContext.java

/**
 * @author Soby Chacko
 * @author Rajasekar Elango
 * @author Ilayaperumal Gopinathan
 * @author Gary Russell
 * @author Artem Bilan

From source file org.springframework.integration.context.IntegrationObjectSupport.java

/**
 * A base class that provides convenient access to the bean factory as
 * well as {@link TaskScheduler} and {@link ConversionService} instances.
 * <p>
 * <p>This is intended to be used as a base class for internal framework
 * components whereas code built upon the integration framework should not