public interface DeliveryMode
| Modifier and Type | Method and Description |
|---|---|
static DeliveryMode |
broadcast() |
static DeliveryMode |
directly() |
<S,T> List<org.zalando.switchboard.Answer<S,T,?>> |
distribute(List<org.zalando.switchboard.Answer<S,T,?>> deliveries) |
static DeliveryMode |
first() |
<S,T> List<org.zalando.switchboard.Answer<S,T,?>> distribute(List<org.zalando.switchboard.Answer<S,T,?>> deliveries)
static DeliveryMode directly()
static DeliveryMode broadcast()
static DeliveryMode first()
Copyright © 2015–2016 Zalando SE. All rights reserved.