Class FluxMessageChannelBindingTargetFactory
java.lang.Object
org.springframework.cloud.stream.binding.AbstractBindingTargetFactory<org.springframework.integration.channel.FluxMessageChannel>
org.springframework.cloud.stream.binding.FluxMessageChannelBindingTargetFactory
- All Implemented Interfaces:
BindingTargetFactory
public class FluxMessageChannelBindingTargetFactory
extends AbstractBindingTargetFactory<org.springframework.integration.channel.FluxMessageChannel>
- Since:
- 4.0.0
- Author:
- Soby Chacko
-
Constructor Summary
ConstructorsConstructorDescriptionFluxMessageChannelBindingTargetFactory(MessageChannelConfigurer messageChannelConfigurer, org.springframework.context.support.GenericApplicationContext context) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.integration.channel.FluxMessageChannelcreateInput(String name) Create an input binding target that will be bound via a correspondingBinder.org.springframework.integration.channel.FluxMessageChannelcreateOutput(String name) Create an output binding target that will be bound via a correspondingBinder.org.springframework.integration.channel.FluxMessageChannelfluxMessageChannel(String name) Methods inherited from class org.springframework.cloud.stream.binding.AbstractBindingTargetFactory
canCreate
-
Constructor Details
-
FluxMessageChannelBindingTargetFactory
public FluxMessageChannelBindingTargetFactory(MessageChannelConfigurer messageChannelConfigurer, org.springframework.context.support.GenericApplicationContext context)
-
-
Method Details
-
createInput
Description copied from interface:BindingTargetFactoryCreate an input binding target that will be bound via a correspondingBinder.- Specified by:
createInputin interfaceBindingTargetFactory- Specified by:
createInputin classAbstractBindingTargetFactory<org.springframework.integration.channel.FluxMessageChannel>- Parameters:
name- name of the binding target- Returns:
- binding target
-
createOutput
Description copied from interface:BindingTargetFactoryCreate an output binding target that will be bound via a correspondingBinder.- Specified by:
createOutputin interfaceBindingTargetFactory- Specified by:
createOutputin classAbstractBindingTargetFactory<org.springframework.integration.channel.FluxMessageChannel>- Parameters:
name- name of the binding target- Returns:
- binding target
-
fluxMessageChannel
-