Interface InstanceIdGenerator
- All Known Implementing Classes:
CloudFoundryInstanceIdGenerator,HashingInstanceUrlIdGenerator
public interface InstanceIdGenerator
-
Method Summary
Modifier and TypeMethodDescriptiongenerateId(Registration registration) Generate an id based on the given Instance
-
Method Details
-
generateId
Generate an id based on the given Instance- Parameters:
registration- the registration the id is computed for.- Returns:
- the instance id
-