Uses of Interface
io.joynr.runtime.ShutdownListener
-
Packages that use ShutdownListener Package Description io.joynr.messaging io.joynr.messaging.routing io.joynr.runtime -
-
Uses of ShutdownListener in io.joynr.messaging
Classes in io.joynr.messaging that implement ShutdownListener Modifier and Type Class Description classMessagingSkeletonFactory -
Uses of ShutdownListener in io.joynr.messaging.routing
Classes in io.joynr.messaging.routing that implement ShutdownListener Modifier and Type Class Description classGarbageCollectionHandler -
Uses of ShutdownListener in io.joynr.runtime
Methods in io.joynr.runtime with parameters of type ShutdownListener Modifier and Type Method Description voidShutdownNotifier. registerForShutdown(ShutdownListener shutdownListener)Register to have the listener's shutdown method called at system shutdown NOTE: no shutdown order is guaranteed registered using this method.voidShutdownNotifier. registerHivemqMqttShutdownListener(ShutdownListener listener)Register to have HivemqMqttClientFactory.shutdown() called at system shutdown.voidShutdownNotifier. registerMessageTrackerShutdownListener(ShutdownListener listener)Register to have MessageTrackerForGracefulShutdown.shutdown() called at system shutdown.voidShutdownNotifier. registerProxyInvocationHandlerShutdownListener(ShutdownListener listener)Register to have ProxyInvocationHandler.shutdown() called at system shutdown.voidShutdownNotifier. registerToBeShutdownAsLast(ShutdownListener shutdownListener)Register to have the listener's shutdown method called at system shutdown as one of the last listeners.
-