Returns a task to start a server.
Returns a task to start a server. The task completes with a reference to the server when it has started.
Sets the handler for errors thrown invoking the service.
Sets the handler for errors thrown invoking the service. Is not guaranteed to be invoked on errors on the server backend, such as parsing a request or handling a context timeout.
Convenience method to run a server.
Convenience method to run a server. The method blocks until the server is started.
Runs the server as a process that never emits.
Runs the server as a process that never emits. Useful for a server that runs for the rest of the JVM's life.