You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should support checking if handler(s) in the HTTP server are Vertx Closeable (Java Closeable as well?) and close them in the shutdown sequence.
Use cases
For now, the main use case would be in GrpcServer in vertx-grpc, which is basically a handler, as we would like to support the Service interface to be Closeable.
The text was updated successfully, but these errors were encountered:
Describe the feature
We should support checking if handler(s) in the HTTP server are Vertx Closeable (Java Closeable as well?) and close them in the shutdown sequence.
Use cases
For now, the main use case would be in GrpcServer in vertx-grpc, which is basically a handler, as we would like to support the Service interface to be Closeable.
The text was updated successfully, but these errors were encountered: