Class ProtostellarContext

java.lang.Object
com.couchbase.client.core.cnc.AbstractContext
com.couchbase.client.core.protostellar.ProtostellarContext
All Implemented Interfaces:
Context

@Internal public final class ProtostellarContext extends AbstractContext
  • Constructor Details

  • Method Details

    • id

      public long id()
    • hexId

      public String hexId()
    • environment

      public CoreEnvironment environment()
    • authenticator

      public Authenticator authenticator()
    • injectExportableParams

      public void injectExportableParams(Map<String,Object> input)
      Description copied from class: AbstractContext
      This method needs to be implemented by the actual context implementations to inject the params they need for exporting.
      Overrides:
      injectExportableParams in class AbstractContext
      Parameters:
      input - pass exportable params in here.