-
FunctionFlowDefinition.apply(String functionDefinition)
Configure a SimpleFunctionRegistry.FunctionInvocationWrapper
as a handler in the endpoint by its definition from the
FunctionCatalog.
FunctionFlowDefinition.apply(Function<org.springframework.messaging.Message<?>,?> function)
Configure a
Function as a handler in the endpoint.
FunctionFlowBuilder.from(Class<?> serviceInterface)
FunctionFlowBuilder.from(Class<?> serviceInterface,
Consumer<org.springframework.integration.dsl.GatewayProxySpec> endpointConfigurer)
FunctionFlowBuilder.from(String messageChannelName)
FunctionFlowBuilder.from(String messageChannelName,
boolean fixedSubscriber)
FunctionFlowBuilder.from(org.reactivestreams.Publisher<? extends org.springframework.messaging.Message<?>> publisher)
FunctionFlowBuilder.from(org.springframework.integration.core.MessageSource<?> messageSource)
FunctionFlowBuilder.from(org.springframework.integration.core.MessageSource<?> messageSource,
Consumer<org.springframework.integration.dsl.SourcePollingChannelAdapterSpec> endpointConfigurer)
FunctionFlowBuilder.from(org.springframework.integration.dsl.MessageChannelSpec<?,?> messageChannelSpec)
FunctionFlowBuilder.from(org.springframework.integration.dsl.MessageProducerSpec<?,?> messageProducerSpec)
FunctionFlowBuilder.from(org.springframework.integration.dsl.MessageSourceSpec<?,? extends org.springframework.integration.core.MessageSource<?>> messageSourceSpec)
FunctionFlowBuilder.from(org.springframework.integration.dsl.MessageSourceSpec<?,? extends org.springframework.integration.core.MessageSource<?>> messageSourceSpec,
Consumer<org.springframework.integration.dsl.SourcePollingChannelAdapterSpec> endpointConfigurer)
FunctionFlowBuilder.from(org.springframework.integration.dsl.MessagingGatewaySpec<?,?> inboundGatewaySpec)
FunctionFlowBuilder.from(org.springframework.integration.endpoint.MessageProducerSupport messageProducer)
FunctionFlowBuilder.from(org.springframework.integration.gateway.MessagingGatewaySupport inboundGateway)
FunctionFlowBuilder.from(org.springframework.messaging.MessageChannel messageChannel)
FunctionFlowBuilder.fromSupplier(String supplierDefinition,
Consumer<org.springframework.integration.dsl.SourcePollingChannelAdapterSpec> endpointConfigurer)
FunctionFlowBuilder.fromSupplier(Supplier<T> messageSource,
Consumer<org.springframework.integration.dsl.SourcePollingChannelAdapterSpec> endpointConfigurer)