Uses of Package
io.joynr.dispatcher.rpc.annotation
-
Packages that use io.joynr.dispatcher.rpc.annotation Package Description joynr.infrastructure joynr.system -
Classes in io.joynr.dispatcher.rpc.annotation used by joynr.infrastructure Class 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 bothStatelessAsyncandStatelessAsyncCallbackinterfaces to create a correlation between method called and the callback to use for the reply. -
Classes in io.joynr.dispatcher.rpc.annotation used by joynr.system Class 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 bothStatelessAsyncandStatelessAsyncCallbackinterfaces to create a correlation between method called and the callback to use for the reply.