public interface Pipeline
| Modifier and Type | Method and Description |
|---|---|
<R,C extends Command<R>> |
send(C command) |
<N extends Notification> |
send(N notification) |
<R,C extends Command<R>> R send(C command)
<N extends Notification> void send(N notification)