Package com.linecorp.decaton.spring
Class PartitionScope
java.lang.Object
com.linecorp.decaton.spring.PartitionScope
- All Implemented Interfaces:
org.springframework.beans.factory.config.Scope
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerDestructionCallback
(String name, Runnable callback) protected String
scopeId()
-
Constructor Details
-
PartitionScope
public PartitionScope()
-
-
Method Details
-
scopeId
-
getConversationId
-
scopedBeanNames
-
get
- Specified by:
get
in interfaceorg.springframework.beans.factory.config.Scope
-
remove
- Specified by:
remove
in interfaceorg.springframework.beans.factory.config.Scope
-
registerDestructionCallback
- Specified by:
registerDestructionCallback
in interfaceorg.springframework.beans.factory.config.Scope
-
resolveContextualObject
- Specified by:
resolveContextualObject
in interfaceorg.springframework.beans.factory.config.Scope
-