Class AbstractPulsarAnnotationsBeanPostProcessor.ListenerScope
java.lang.Object
org.springframework.pulsar.annotation.AbstractPulsarAnnotationsBeanPostProcessor.ListenerScope
- All Implemented Interfaces:
Scope
- Enclosing class:
- AbstractPulsarAnnotationsBeanPostProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(String key, Object bean) get(String name, ObjectFactory<?> objectFactory) voidregisterDestructionCallback(String name, Runnable callback) voidremoveListener(String key)
-
Constructor Details
-
ListenerScope
public ListenerScope()
-
-
Method Details
-
addListener
-
removeListener
-
get
-
remove
-
registerDestructionCallback
- Specified by:
registerDestructionCallbackin interfaceScope
-
resolveContextualObject
- Specified by:
resolveContextualObjectin interfaceScope
-
getConversationId
- Specified by:
getConversationIdin interfaceScope
-