Interface MessageListenerContainer
- All Superinterfaces:
DisposableBean,Lifecycle,Phased,SmartLifecycle
- All Known Subinterfaces:
PulsarMessageListenerContainer,ReactivePulsarMessageListenerContainer<T>
- All Known Implementing Classes:
AbstractPulsarMessageListenerContainer,ConcurrentPulsarMessageListenerContainer,DefaultPulsarMessageListenerContainer,DefaultReactivePulsarMessageListenerContainer
Internal abstraction used by the framework representing a message listener container.
Not meant to be implemented externally.
- Author:
- Christophe Bornet
-
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddestroy()default voidsetAutoStartup(boolean autoStartup) Methods inherited from interface org.springframework.context.SmartLifecycle
getPhase, isAutoStartup, stop
-
Method Details
-
destroy
default void destroy()- Specified by:
destroyin interfaceDisposableBean
-
setAutoStartup
default void setAutoStartup(boolean autoStartup)
-