Uses of Interface
io.joynr.messaging.IMessagingSkeletonFactory
-
Packages that use IMessagingSkeletonFactory Package Description io.joynr.messaging -
-
Uses of IMessagingSkeletonFactory in io.joynr.messaging
Classes in io.joynr.messaging that implement IMessagingSkeletonFactory Modifier and Type Class Description classAbstractMessagingSkeletonFactoryConstructor parameters in io.joynr.messaging with type arguments of type IMessagingSkeletonFactory Constructor Description MessagingSkeletonFactory(Map<Class<? extends Address>,IMessagingSkeletonFactory> messagingSkeletonFactories, ScheduledExecutorService scheduler, ShutdownNotifier shutdownNotifier)Transport Middleware implementation may be registered for use with a given Address type using guice multibinders.
-