Class SimpleIpBasedProvider
java.lang.Object
org.camunda.bpm.engine.impl.history.event.SimpleIpBasedProvider
- All Implemented Interfaces:
HostnameProvider
- Author:
- Thorben Lindhauer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final String
getHostname
(ProcessEngineConfigurationImpl processEngineConfiguration) Provides aString
that identifies the host of the given Process Engine.
-
Constructor Details
-
SimpleIpBasedProvider
public SimpleIpBasedProvider()
-
-
Method Details
-
getHostname
Description copied from interface:HostnameProvider
Provides aString
that identifies the host of the given Process Engine.- Specified by:
getHostname
in interfaceHostnameProvider
- Parameters:
processEngineConfiguration
- of the Process Engine that will run on the current host- Returns:
- a String identifying the current host
-
createId
-