Class FixedSubscriberChannelPrototype

java.lang.Object
org.springframework.integration.dsl.support.FixedSubscriberChannelPrototype
All Implemented Interfaces:
MessageChannel

public class FixedSubscriberChannelPrototype extends Object implements MessageChannel
An "artificial" MessageChannel implementation which will be unwrapped to the FixedSubscriberChannel on the bean registration phase. For internal use only.
Since:
5.0
Author:
Artem Bilan
See Also:
  • Constructor Details

    • FixedSubscriberChannelPrototype

      public FixedSubscriberChannelPrototype()
    • FixedSubscriberChannelPrototype

      public FixedSubscriberChannelPrototype(@Nullable String name)
  • Method Details