Package uk.co.ractf.polaris.controller
Interface Controller
- 
- All Known Implementing Classes:
 ConsulController
public interface ControllerThe interface that defines what information the Polaris controller needs to receive and how the rest of the application should interact with it. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceAllocatorgetInstanceAllocator()Returns theInstanceAllocatorthat should be used to decide whichInstances are allocated to which users 
 - 
 
- 
- 
Method Detail
- 
getInstanceAllocator
InstanceAllocator getInstanceAllocator()
Returns theInstanceAllocatorthat should be used to decide whichInstances are allocated to which users- Returns:
 - the instance allocator
 
 
 - 
 
 -