| Interface | Description |
|---|---|
| Transport |
Transport interface describes Client -> Shard, Shard -> Shard, Shard -> Client communication
|
| Class | Description |
|---|---|
| BaseTransport | |
| LocalTransport | Deprecated |
| MulticastTransport |
Transport implementation based on Aeron UDP multicast
PLEASE NOTE: This transport will NOT work on AWS or Azure out of box, due to Amazon/Microsoft restrictions within their networks.
|
| RoutedTransport |
Transport implementation based on UDP unicast, for restricted environments, where multicast isn't available.
|
| RoutedTransport.RemoteConnection | |
| RoutedTransport.RemoteConnection.RemoteConnectionBuilder |
| Enum | Description |
|---|---|
| Transport.ThreadingModel |
Copyright © 2017. All rights reserved.