Uses of Interface
io.joynr.messaging.SuccessAction
-
Packages that use SuccessAction Package Description io.joynr.messaging io.joynr.messaging.inprocess -
-
Uses of SuccessAction in io.joynr.messaging
Fields in io.joynr.messaging declared as SuccessAction Modifier and Type Field Description static SuccessActionSuccessAction. noActionMethods in io.joynr.messaging with parameters of type SuccessAction Modifier and Type Method Description voidIMessagingStub. transmit(ImmutableMessage immutableMessage, SuccessAction successAction, FailureAction failureAction) -
Uses of SuccessAction in io.joynr.messaging.inprocess
Methods in io.joynr.messaging.inprocess with parameters of type SuccessAction Modifier and Type Method Description voidInProcessMessagingSkeleton. transmit(ImmutableMessage message, SuccessAction successAction, FailureAction failureAction)voidInProcessMessagingStub. transmit(ImmutableMessage message, SuccessAction successAction, FailureAction failureAction)
-