Unicast

public interface Unicast<I, M extends Message, C extends Message> implements Route<M, C, R>

A route for a message to be delivered to one entity.

Parameters

<I>

the type of entity ID

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(M message, C context)
Obtains entity ID(s) from the passed message and its context.
public abstract R apply(T p, U p1)