Uses of Interface
io.joynr.messaging.IMessagingSkeleton
-
Packages that use IMessagingSkeleton Package Description io.joynr.messaging io.joynr.messaging.inprocess io.joynr.messaging.routing -
-
Uses of IMessagingSkeleton in io.joynr.messaging
Subinterfaces of IMessagingSkeleton in io.joynr.messaging Modifier and Type Interface Description interfaceIMessagingSkeletonFactoryClasses in io.joynr.messaging that implement IMessagingSkeleton Modifier and Type Class Description classAbstractMessagingSkeletonFactoryFields in io.joynr.messaging with type parameters of type IMessagingSkeleton Modifier and Type Field Description protected List<IMessagingSkeleton>AbstractMessagingSkeletonFactory. messagingSkeletonListMethods in io.joynr.messaging that return IMessagingSkeleton Modifier and Type Method Description IMessagingSkeletonAbstractMessagingSkeletonFactory. getSkeleton(Address address)IMessagingSkeletonIMessagingSkeletonFactory. getSkeleton(Address address)Methods in io.joynr.messaging that return types with arguments of type IMessagingSkeleton Modifier and Type Method Description Optional<IMessagingSkeleton>MessagingSkeletonFactory. getSkeleton(Address address) -
Uses of IMessagingSkeleton in io.joynr.messaging.inprocess
Subinterfaces of IMessagingSkeleton in io.joynr.messaging.inprocess Modifier and Type Interface Description interfaceInProcessMessagingSkeleton -
Uses of IMessagingSkeleton in io.joynr.messaging.routing
Classes in io.joynr.messaging.routing that implement IMessagingSkeleton Modifier and Type Class Description classAbstractGlobalMessagingSkeleton
-