@FunctionalInterface
public interface OutboundStrategy
Outbound.| Modifier and Type | Method and Description |
|---|---|
<T> Outbound<T> |
outboundFor(java.lang.Object component,
ArooaSession session)
Attempt to provide an
Outbound. |
<T> Outbound<T> outboundFor(java.lang.Object component, ArooaSession session)
Outbound.component - The component or its proxy.session - A session that might be useful.