Builds a server using the given parameters. The returned service will not been started or be bound a port. You will need to start it with Server#start(). @return a new Server @since 1.0.0
()
| 434 | * @since 1.0.0 |
| 435 | */ |
| 436 | public abstract Server build(); |
| 437 | |
| 438 | /** |
| 439 | * Adds a metric sink to the server. |
nothing calls this directly
no outgoing calls
no test coverage detected