Index

A F O 
All Classes and Interfaces|All Packages

A

accept(String) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowDefinition
Configure a SimpleFunctionRegistry.FunctionInvocationWrapper as a one-way handler in the final endpoint by its definition from the FunctionCatalog.
accept(Consumer<Message<?>>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowDefinition
Configure a Consumer as a one-way handler in the final endpoint.
apply(String) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowDefinition
Configure a SimpleFunctionRegistry.FunctionInvocationWrapper as a handler in the endpoint by its definition from the FunctionCatalog.
apply(Function<Message<?>, ?>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowDefinition
Configure a Function as a handler in the endpoint.

F

from(Class<?>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(Class<?>, Consumer<GatewayProxySpec>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(String) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(String, boolean) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(Publisher<? extends Message<?>>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(MessageSource<?>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(MessageSource<?>, Consumer<SourcePollingChannelAdapterSpec>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(MessageChannelSpec<?, ?>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(MessageProducerSpec<?, ?>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(MessageSourceSpec<?, ? extends MessageSource<?>>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(MessageSourceSpec<?, ? extends MessageSource<?>>, Consumer<SourcePollingChannelAdapterSpec>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(MessagingGatewaySpec<?, ?>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(MessageProducerSupport) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(MessagingGatewaySupport) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
from(MessageChannel) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
fromSupplier(String) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
fromSupplier(String, Consumer<SourcePollingChannelAdapterSpec>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
fromSupplier(Supplier<T>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
fromSupplier(Supplier<T>, Consumer<SourcePollingChannelAdapterSpec>) - Method in class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
FunctionFlowAutoConfiguration - Class in org.springframework.cloud.function.integration.dsl
The auto-configuration to expose a FunctionFlowBuilder bean based on the auto-configured FunctionCatalog.
FunctionFlowAutoConfiguration() - Constructor for class org.springframework.cloud.function.integration.dsl.FunctionFlowAutoConfiguration
 
FunctionFlowBuilder - Class in org.springframework.cloud.function.integration.dsl
The entry point for starting a FunctionFlowDefinition.
FunctionFlowBuilder(FunctionCatalog) - Constructor for class org.springframework.cloud.function.integration.dsl.FunctionFlowBuilder
 
FunctionFlowDefinition - Class in org.springframework.cloud.function.integration.dsl
The IntegrationFlowExtension implementation for Spring Cloud Function domain.
FunctionLookupHelper - Class in org.springframework.cloud.function.integration.dsl
The helper class to lookup functions from the catalog in lazy manner and cache their instances.

O

org.springframework.cloud.function.integration.dsl - package org.springframework.cloud.function.integration.dsl
 
A F O 
All Classes and Interfaces|All Packages