Package uk.co.ractf.polaris.controller
Interface Controller
-
- All Known Implementing Classes:
ConsulController
public interface Controller
The 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 InstanceAllocator
getInstanceAllocator()
Returns theInstanceAllocator
that should be used to decide whichInstance
s are allocated to which users
-
-
-
Method Detail
-
getInstanceAllocator
InstanceAllocator getInstanceAllocator()
Returns theInstanceAllocator
that should be used to decide whichInstance
s are allocated to which users- Returns:
- the instance allocator
-
-