public interface ForwardingMode<T extends Message<?>>
ForwardToAll
, which forwards all incoming messages.Modifier and Type | Method and Description |
---|---|
<E> Stream<E> |
filterCandidates(T message,
Stream<E> candidates)
|
default void |
initialize(Field field,
EntityModel childEntity)
Initializes an instance of a
ForwardingMode . |
default void initialize(Field field, EntityModel childEntity)
ForwardingMode
.field
- The Field
to apply a ForwardingMode on. Provided to be able to check
for annotations attributes which might assist in the forwarding process.childEntity
- A EntityModel
constructed from the
given field
.Copyright © 2010–2019. All rights reserved.