RepositoryLookup

public interface RepositoryLookup<I> implements Function<T, R>

A function that searches for the ProjectionRepository instance by the type URL of the state of the managed projection.

Inherited functions

Link copied to clipboard
public Function<T, V> andThen<V>(Function<? extends Object, ? extends V> after)
Link copied to clipboard
public abstract R apply(T p)
Link copied to clipboard
public Function<V, R> compose<V>(Function<? extends Object, ? extends T> before)
Link copied to clipboard
public static Function<T, T> identity<T>()