Interface ApiProxy.EnvironmentFactory

Enclosing class:
ApiProxy

public static interface ApiProxy.EnvironmentFactory
Used to create an Environment object to use if no thread local Environment is set.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new Environment object to use if no thread local Environment is set.
  • Method Details

    • newEnvironment

      ApiProxy.Environment newEnvironment()
      Creates a new Environment object to use if no thread local Environment is set.