Interface HostnameProvider

All Known Implementing Classes:
SimpleIpBasedProvider

public interface HostnameProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    getHostname(ProcessEngineConfigurationImpl processEngineConfiguration)
    Provides a String that identifies the host of the given Process Engine.
  • Method Details

    • getHostname

      String getHostname(ProcessEngineConfigurationImpl processEngineConfiguration)
      Provides a String that identifies the host of the given Process Engine.
      Parameters:
      processEngineConfiguration - of the Process Engine that will run on the current host
      Returns:
      a String identifying the current host