| Package | Description |
|---|---|
| io.joynr.messaging | |
| io.joynr.messaging.routing |
| Constructor and Description |
|---|
MessagingSkeletonFactory(Map<Class<? extends Address>,IMessagingSkeletonFactory> messagingSkeletonFactories,
ScheduledExecutorService scheduler,
ShutdownNotifier shutdownNotifier)
Transport Middleware implementation may be registered for use with a given Address type using guice multibinders.
|
| Constructor and Description |
|---|
AbstractMessageRouter(RoutingTable routingTable,
ScheduledExecutorService scheduler,
long sendMsgRetryIntervalMs,
int maxParallelSends,
long routingTableCleanupIntervalMs,
MessagingStubFactory messagingStubFactory,
MessagingSkeletonFactory messagingSkeletonFactory,
AddressManager addressManager,
MulticastReceiverRegistry multicastReceiverRegistry,
MessageQueue messageQueue,
ShutdownNotifier shutdownNotifier) |
Copyright © 2021. All rights reserved.