Class PartitionScope

java.lang.Object
com.linecorp.decaton.spring.PartitionScope
All Implemented Interfaces:
org.springframework.beans.factory.config.Scope

public class PartitionScope extends Object
  • Constructor Details

    • PartitionScope

      public PartitionScope()
  • Method Details

    • scopeId

      protected String scopeId()
    • getConversationId

      public String getConversationId()
    • scopedBeanNames

      public Set<String> scopedBeanNames()
    • get

      public Object get(String name, org.springframework.beans.factory.ObjectFactory<?> objectFactory)
      Specified by:
      get in interface org.springframework.beans.factory.config.Scope
    • remove

      public Object remove(String name)
      Specified by:
      remove in interface org.springframework.beans.factory.config.Scope
    • registerDestructionCallback

      public void registerDestructionCallback(String name, Runnable callback)
      Specified by:
      registerDestructionCallback in interface org.springframework.beans.factory.config.Scope
    • resolveContextualObject

      public Object resolveContextualObject(String key)
      Specified by:
      resolveContextualObject in interface org.springframework.beans.factory.config.Scope