Interface ObjectContextFactory

    • Method Detail

      • createContext

        ObjectContext createContext()
        Creates an ObjectContext attached to a default DataChannel.
      • createContext

        ObjectContext createContext​(DataChannel parent)
        Creates an ObjectContext attached to a provided channel. This is often used for nested context creation.