Interface ComponentsRegistration

All Known Implementing Classes:
AbstractRouterSpec, AggregatorSpec, BarrierSpec, BroadcastPublishSubscribeSpec, ConsumerEndpointSpec, CorrelationHandlerSpec, DelayerEndpointSpec, DirectChannelSpec, EndpointSpec, EnricherSpec, ExecutorChannelSpec, FilterEndpointSpec, FluxMessageChannelSpec, GatewayEndpointSpec, GatewayProxySpec, GenericEndpointSpec, HeaderEnricherSpec, LoadBalancingChannelSpec, MessageChannelSpec, PollerSpec, PriorityChannelSpec, PublishSubscribeChannelSpec, PublishSubscribeSpec, QueueChannelSpec, QueueChannelSpec.MessageStoreSpec, ReactiveMessageHandlerSpec, RecipientListRouterSpec, RendezvousChannelSpec, ResequencerSpec, RouterSpec, ScatterGatherSpec, SourcePollingChannelAdapterSpec, SplitterEndpointSpec, WireTapSpec
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface ComponentsRegistration
The marker interface for the IntegrationComponentSpec implementation, when there is need to register as beans not only the target spec's components, but some additional components, e.g. subflows from RouterSpec.

For internal use only.

Since:
5.0
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.Object,​java.lang.String> getComponentsToRegister()