Package io.joynr.messaging
Interface IMessagingSkeletonFactory
-
- All Superinterfaces:
IMessagingSkeleton
- All Known Implementing Classes:
AbstractMessagingSkeletonFactory
public interface IMessagingSkeletonFactory extends IMessagingSkeleton
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMessagingSkeletongetSkeleton(Address address)-
Methods inherited from interface io.joynr.messaging.IMessagingSkeleton
init, shutdown
-
-
-
-
Method Detail
-
getSkeleton
IMessagingSkeleton getSkeleton(Address address)
-
-