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(Member member,
EntityModel childEntity)
Initializes an instance of a
ForwardingMode . |
default void initialize(Member member, EntityModel childEntity)
ForwardingMode
.member
- The Member
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–2022. All rights reserved.