public interface Message
| Modifier and Type | Method and Description |
|---|---|
Actor |
actor() |
void |
deliver() |
boolean |
isStowed() |
Class<?> |
protocol() |
String |
representation() |
void |
set(Actor actor,
Class<?> protocol,
io.vlingo.xoom.common.SerializableConsumer<?> consumer,
Returns<?> returns,
String representation) |
Copyright © 2021. All rights reserved.