EnrichmentFn

public interface EnrichmentFn<M extends Message, C extends EnrichableMessageContext, E extends Message> implements BiFunction<T, U, R>

Base interface for enrichment functions.

Parameters

<M>

the type of the enrichable message

<C>

the type of the message context

<E>

the type of the enrichment message

Inheritors

Inherited functions

Link copied to clipboard
public BiFunction<T, U, V> andThen<V>(Function<? extends Object, ? extends V> after)
Link copied to clipboard
public abstract R apply(T p, U p1)