Interface ServerConfigurator

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@UnstableApi @FunctionalInterface public interface ServerConfigurator
A Server that allows ability to reconfigure its service endpoints without having to restart the server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reconfigures the server using the specified ServerBuilder.