Package io.joynr.messaging.inprocess
Interface InProcessMessagingSkeleton
-
- All Superinterfaces:
IMessagingSkeleton
public interface InProcessMessagingSkeleton extends IMessagingSkeleton
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtransmit(ImmutableMessage message, SuccessAction successAction, FailureAction failureAction)-
Methods inherited from interface io.joynr.messaging.IMessagingSkeleton
init, shutdown
-
-
-
-
Method Detail
-
transmit
void transmit(ImmutableMessage message, SuccessAction successAction, FailureAction failureAction)
-
-