| Modifier and Type | Method and Description |
|---|---|
void |
forward(Address to,
T message)
Forwards the message as an input to a downstream function, addressed by a specified
Address. |
default void |
forward(FunctionType functionType,
java.lang.String id,
T message)
Forwards the message as an input to a downstream function, addressed by a specified
FunctionType and the functions unique id within its type. |
void forward(Address to, T message)
Address.to - the target function's address.message - the message being forwarded.default void forward(FunctionType functionType, java.lang.String id, T message)
FunctionType and the functions unique id within its type.functionType - the target function's type.id - the target function's unique id.message - the message being forwarded.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.