StateUpdateRoute

public interface StateUpdateRoute<I, M extends EntityState> implements Multicast<I, M, C>

Obtains a set of entity IDs for which to deliver an entity state update.

Parameters

<I>

the type of entity IDs

<M>

the type of entity states to get IDs from

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)