Package io.joynr.dispatcher.rpc.annotation
-
Annotation Types Summary Annotation Type 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 JoynrRpcBroadcast JoynrRpcCallback JoynrRpcSubscription StatelessCallbackCorrelation Added to the methods in bothStatelessAsyncandStatelessAsyncCallbackinterfaces to create a correlation between method called and the callback to use for the reply.