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 reconfigure​(ServerBuilder sb)
    Reconfigures the server using the specified ServerBuilder.