Package org.springframework.cloud.function.context
-
Interface Summary Interface Description FunctionCatalog FunctionRegistry MessageRoutingCallback Java-based strategy to assist with determining the name of the route-to function definition.WrapperDetector -
Class Summary Class Description AbstractSpringFunctionAdapterInitializer<C> Deprecated. since 3.1 in favor of individual implementations of invokersDefaultMessageRoutingHandler Strategy for implementing a handler for un-routable messages.FunctionalSpringApplication FunctionProperties FunctionProperties.FunctionConfigurationProperties FunctionRegistration<T> FunctionType MessageRoutingCallback.FunctionRoutingResult Domain object that represents the result of theMessageRoutingCallback.routingResult(Message)
computation. -
Annotation Types Summary Annotation Type Description PollableBean A marker and qualifier annotation to signal that annotated functional factory method is a bean (e.g., Supplier, Function or Consumer) that also needs to be polled periodically.