Interface NodeManager


  • public interface NodeManager
    Manages registration of application nodes.
    Version:
    $Revision: 1 $
    Author:
    Scott Rossillo
    • Method Detail

      • register

        void register​(KeycloakDeployment deployment)
        Registers the given deployment with the Keycloak server.
        Parameters:
        deployment - the deployment to register (required)
      • unregister

        void unregister​(KeycloakDeployment deployment)
        Unregisters the give deployment from the Keycloak server .
        Parameters:
        deployment - the deployment to unregister (required)