All Classes and Interfaces

Class
Description
Base class for Apache Avro MessageConverter implementations.
Deprecated.
since 3.1 in favor of individual implementations of invokers
A MessageConverter using Apache Avro.
Manage a Schema together with its String representation.
Default Concrete implementation of AvroSchemaServiceManager.
Implementation of FunctionRegistry capable of discovering functions in BeanFactory.
Strategy that should be implemented by the user to help with outgoing Cloud Event headers.
Message builder which is aware of Cloud Event semantics.
Miscellaneous utility methods to assist with representing Cloud Event as Spring Message.
 
Configuration class with components relevant to Cloud Events support.
Implementation of FunctionInvocationHelper to support Cloud Events.
 
 
 
 
Dummy implementation of a processor.
Strategy for implementing a handler for un-routable messages.
Deprecated.
as of 3.0.
 
 
Wrapper that acts as around advise over function invocation.
 
 
General utility class which aggregates various class-level utility functions used by the framework.
 
Deprecated.
since 3.1 no longer used by the framework
!!! INTERNAL ONLY !!!
 
 
 
 
 
Actuator endpoint to access FunctionCatalog.
 
 
Set of utility operations to interrogate function definitions.
 
 
 
 
Implementation of MessageConverter which uses Jackson or Gson libraries to do the actual conversion via JsonMapper instance.
Configuration class which defines the required infrastructure to bootstrap Kotlin lambdas as invocable functions within the context of the framework.
 
 
 
Java-based strategy to assist with determining the name of the route-to function definition.
Domain object that represents the result of the MessageRoutingCallback.routingResult(Message) computation.
 
 
!!! INTERNAL USE ONLY, MAY CHANGE OR REMOVED WITHOUT NOTICE!!!
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.
 
An implementation of Function which acts as a gateway/router by actually delegating incoming invocation to a function specified ..
Implementation of FunctionCatalog and FunctionRegistry which does not depend on Spring's BeanFactory.