public class LoggingBusLifecycleListener extends Object implements BusLifeCycleListener
Constructor and Description |
---|
LoggingBusLifecycleListener(Bus b) |
Modifier and Type | Method and Description |
---|---|
void |
initComplete()
Invoked when the
Bus has been initialized. |
void |
postShutdown()
Invoked after the
Bus is shutdown. |
void |
preShutdown()
Invoked before the
Bus is shutdown. |
public LoggingBusLifecycleListener(Bus b)
public void initComplete()
Bus
has been initialized.initComplete
in interface BusLifeCycleListener
public void preShutdown()
Bus
is shutdown.preShutdown
in interface BusLifeCycleListener
public void postShutdown()
Bus
is shutdown.postShutdown
in interface BusLifeCycleListener
Copyright © 2021 JBoss by Red Hat. All rights reserved.