Class AbstractPubsubChannelFactory
java.lang.Object
cn.sliew.carp.framework.pubsub.model.AbstractLifecycle
cn.sliew.carp.framework.pubsub.model.AbstractPubsubChannelFactory
- All Implemented Interfaces:
PubsubChannelFactory,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
public abstract class AbstractPubsubChannelFactory
extends AbstractLifecycle
implements PubsubChannelFactory
-
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
doStart, doStop, 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.PubsubChannelFactory
getSystemMethods inherited from interface org.springframework.context.SmartLifecycle
getPhase, isAutoStartup, stop
-
Constructor Details
-
AbstractPubsubChannelFactory
public AbstractPubsubChannelFactory()
-
-
Method Details
-
get
- Specified by:
getin interfacePubsubChannelFactory
-
getAll
- Specified by:
getAllin interfacePubsubChannelFactory
-
doCreate
-