| Package | Description |
|---|---|
| org.zeromq.api |
| Modifier and Type | Method and Description |
|---|---|
RoutedMessage.Route |
RoutedMessage.unwrap()
Mutates this Message, to remove the top-most Route, which is then returned.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoutedMessage.Route> |
RoutedMessage.getRoutes() |
| Constructor and Description |
|---|
RoutedMessage(RoutedMessage.Route route)
Takes a route with no frames.
|
RoutedMessage(RoutedMessage.Route route,
Message message)
Takes the existing message and adds a route to the beginning of it.
|
| Constructor and Description |
|---|
RoutedMessage(List<RoutedMessage.Route> routes)
Takes routes with no frames.
|
RoutedMessage(List<RoutedMessage.Route> routes,
Message message)
Takes the existing message and adds routes to the beginning of it.
|
Copyright © 2019. All rights reserved.