Class AbstractPulsarAnnotationsBeanPostProcessor.ListenerScope
java.lang.Object
org.springframework.pulsar.annotation.AbstractPulsarAnnotationsBeanPostProcessor.ListenerScope
- All Implemented Interfaces:
org.springframework.beans.factory.config.Scope
- Enclosing class:
- AbstractPulsarAnnotationsBeanPostProcessor
public static class AbstractPulsarAnnotationsBeanPostProcessor.ListenerScope
extends Object
implements org.springframework.beans.factory.config.Scope
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(String key, Object bean) voidregisterDestructionCallback(String name, Runnable callback) voidremoveListener(String key)
-
Constructor Details
-
ListenerScope
public ListenerScope()
-
-
Method Details
-
addListener
-
removeListener
-
get
- Specified by:
getin interfaceorg.springframework.beans.factory.config.Scope
-
remove
- Specified by:
removein interfaceorg.springframework.beans.factory.config.Scope
-
registerDestructionCallback
- Specified by:
registerDestructionCallbackin interfaceorg.springframework.beans.factory.config.Scope
-
resolveContextualObject
- Specified by:
resolveContextualObjectin interfaceorg.springframework.beans.factory.config.Scope
-
getConversationId
- Specified by:
getConversationIdin interfaceorg.springframework.beans.factory.config.Scope
-