Class SourceContext

    • Constructor Detail

      • SourceContext

        public SourceContext​(DouiContext douiContext)
        Creates a source context that belongs to a doui context.
        Parameters:
        douiContext - the doui context.
        Since:
        4.0.4
      • SourceContext

        public SourceContext​(SessionConfig sessionConfig,
                             ServiceInstanceConfig serviceInstanceConfig,
                             ITransaction transaction)
        Creates a source context that does not belongs to a doui context.
        Parameters:
        sessionConfig - the session config for this context.
        serviceInstanceConfig - the service instance for this context.
        transaction - the transaction for this context.
        Since:
        4.0.4