All Classes and Interfaces
Class
Description
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.
Default implementation of
FunctionReceiverObservationConvention
.Strategy for implementing a handler for un-routable messages.
Wrapper that acts as around advise over function invocation.
General utility class which aggregates various class-level utility functions
used by the framework.
Observation.Context
for function processing.!!! INTERNAL ONLY !!!
ObservationConvention
for FunctionContext
.Actuator endpoint to access
FunctionCatalog
.Ensure that Function/Consumer input types are reflectively available.
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.
!!! 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
.