Uses of Class
io.joynr.runtime.ShutdownNotifier
-
Packages that use ShutdownNotifier Package Description io.joynr.messaging io.joynr.messaging.routing -
-
Uses of ShutdownNotifier in io.joynr.messaging
Constructors in io.joynr.messaging with parameters of type ShutdownNotifier 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. -
Uses of ShutdownNotifier in io.joynr.messaging.routing
Constructors in io.joynr.messaging.routing with parameters of type ShutdownNotifier Constructor Description GarbageCollectionHandler(MessageRouter messageRouter, ShutdownNotifier shutdownNotifier, ScheduledExecutorService scheduler, long routingTableCleanupIntervalMs)
-