Crate mz_server_core

source ·
Expand description

Methods common to servers listening for TCP connections.

Structs§

Enums§

  • Specifies how strictly to enforce TLS encryption.

Traits§

Functions§

  • Returns a ReloadTrigger that never triggers.
  • Returns a ReloadTrigger that triggers once per hour.
  • Listens for incoming TCP connections on the specified address.
  • Serves incoming TCP connections from conns using server. wait_timeout is the time to wait after conns terminates for outstanding connections to complete. Returns handles to the outstanding connections after wait_timeout has expired or all connections have completed.

Type Aliases§