EventEnrichmentFn

public interface EventEnrichmentFn<M extends EventMessage, E extends Message> implements EnrichmentFn<M, C, E>

Base interface for event enrichment functions.

Parameters

<M>

the type of the event message

<E>

the type of the enrichment message

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)