Class QueuePubsubChannel
java.lang.Object
cn.sliew.carp.framework.pubsub.model.AbstractLifecycle
cn.sliew.carp.framework.pubsub.model.AbstractPubsubChannel
cn.sliew.carp.framework.pubsub.queue.kekio.QueuePubsubChannel
- All Implemented Interfaces:
PubsubChannel,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
-
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cn.sliew.carp.framework.pubsub.model.AbstractLifecycle
isRunning, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.Lifecycle
isRunning, start, stopMethods inherited from interface cn.sliew.carp.framework.pubsub.model.PubsubChannel
pushMethods inherited from interface org.springframework.context.SmartLifecycle
getPhase, isAutoStartup, stop
-
Constructor Details
-
QueuePubsubChannel
-
-
Method Details
-
getName
- Specified by:
getNamein interfacePubsubChannel
-
register
- Specified by:
registerin interfacePubsubChannel
-
remove
- Specified by:
removein interfacePubsubChannel
-
push
- Specified by:
pushin interfacePubsubChannel
-
doStart
- Specified by:
doStartin classAbstractLifecycle- Throws:
Exception
-
doStop
- Specified by:
doStopin classAbstractLifecycle- Throws:
Exception
-