LazyEndpoint

public interface LazyEndpoint<I, M extends SignalEnvelope<? extends Object, ? extends Object, ? extends Object>> implements Function<T, R>

A lazily initialized MessageEndpoint, which should be used as a destination for inbox messages.

Parameters

<I>

the type of identifier of the endpoint targets

<M>

the type of the message envelope served by the endpoint

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>()