bloombox / bloombox.client / Bloombox / ClientTarget

ClientTarget

enum class ClientTarget (source)

Specifies client target settings understood by the Java/Kotlin client. In some cases, you may want to test systems against bleeding-edge or beta versions of Bloombox services. This enum directs traffic to one service cluster or another, note that it does not affect the active data namespace (unless 'SANDBOX' is used, in which 'SANDBOX' is enforced for the API environment value).

Enum Values

LOCAL

Send RPCs to localhost.

SANDBOX

Send RPCs to the sandbox. Requires special auth.

INTERNAL

Send RPCs to internal gRPC endpoints. Requires special auth.

PRODUCTION

Send RPCs to production. This is the default.