Package com.linecorp.armeria.server
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.
A Server that allows ability to reconfigure its service endpoints without having to restart the server.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Reconfigures the server using the specifiedServerBuilder
.
-
Method Details
-
reconfigure
Reconfigures the server using the specifiedServerBuilder
.
-