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 Detail

      • getInstanceAllocator

        InstanceAllocator getInstanceAllocator()
        Returns the InstanceAllocator that should be used to decide which Instances are allocated to which users
        Returns:
        the instance allocator