Interface HostnameProvider
- All Known Implementing Classes:
SimpleIpBasedProvider
public interface HostnameProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetHostname
(ProcessEngineConfigurationImpl processEngineConfiguration) Provides aString
that identifies the host of the given Process Engine.
-
Method Details
-
getHostname
Provides aString
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
-