| Package | Description |
|---|---|
| io.joynr.messaging | |
| io.joynr.messaging.routing | |
| io.joynr.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
MessagingSkeletonFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageRouter |
| Modifier and Type | Field and Description |
|---|---|
ShutdownListener |
AbstractMessageRouter.ProxyInformation.shutdownListener |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMessageRouter.registerProxy(Object proxy,
String proxyParticipantId,
ShutdownListener shutdownListener) |
void |
MessageRouter.registerProxy(Object proxy,
String proxyParticipantId,
ShutdownListener shutdownListener) |
| Constructor and Description |
|---|
ProxyInformation(String participantId,
ShutdownListener shutdownListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShutdownNotifier.registerForShutdown(ShutdownListener shutdownListener)
register to have the listener's shutdown method called at system shutdown
NOTE: no shutdown order is guaranteed.
|
void |
ShutdownNotifier.registerToBeShutdownAsLast(ShutdownListener shutdownListener)
register to have the listener's shutdown method called at system shutdown
as one of the last listeners.
|
void |
ShutdownNotifier.unregister(ShutdownListener shutdownListener) |
Copyright © 2021. All rights reserved.