Class ServiceContext

All Implemented Interfaces:
Context

public class ServiceContext extends CoreContext
  • Constructor Details

  • Method Details

    • remoteHostname

      public String remoteHostname()
    • remotePort

      public int remotePort()
    • 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 CoreContext
      Parameters:
      input - pass exportable params in here.
    • serviceType

      public ServiceType serviceType()
    • bucket

      public Optional<String> bucket()