public interface RMQConnectionNotifier
RMQConnectionListener
.修飾子とタイプ | メソッドと説明 |
---|---|
void |
addRMQConnectionListener(RMQConnectionListener rmqShutdownListener)
|
boolean |
isOpenRMQConnection()
Gets whether actual RabbitMQ connection is opened.
|
void |
notifyRMQConnectionListeners(RMQConnectionEvent event)
Notify event for
RMQConnection . |
void |
removeRMQConnectionListener(RMQConnectionListener rmqShutdownListener)
Removes
RMQConnectionListener . |
void addRMQConnectionListener(RMQConnectionListener rmqShutdownListener)
rmqShutdownListener
- the listener.void notifyRMQConnectionListeners(RMQConnectionEvent event)
RMQConnection
.event
- the event.void removeRMQConnectionListener(RMQConnectionListener rmqShutdownListener)
RMQConnectionListener
.rmqShutdownListener
- the listener.boolean isOpenRMQConnection()
Copyright © 2016–2018. All rights reserved.