| Package | Description |
|---|---|
| joynr.infrastructure | |
| joynr.system |
| Class and Description |
|---|
| FireAndForget
Annotation used to decorate interface methods to indicate that they should
be treated with fire-and-forget semantics, meaning they must return void
and the system will not wait for a reply to the method call, but instead
return straight away.
|
| JoynrMulticast |
| JoynrRpcCallback |
| StatelessCallbackCorrelation
Added to the methods in both
StatelessAsync and StatelessAsyncCallback
interfaces to create a correlation between method called and the callback to use for the reply. |
| Class and Description |
|---|
| FireAndForget
Annotation used to decorate interface methods to indicate that they should
be treated with fire-and-forget semantics, meaning they must return void
and the system will not wait for a reply to the method call, but instead
return straight away.
|
| JoynrRpcBroadcast |
| JoynrRpcCallback |
| JoynrRpcSubscription |
| StatelessCallbackCorrelation
Added to the methods in both
StatelessAsync and StatelessAsyncCallback
interfaces to create a correlation between method called and the callback to use for the reply. |
Copyright © 2021. All rights reserved.