Listener -
http
: Listener
This is used for creating HTTP server endpoints. An HTTP server endpoint is capable of responding to
remote callers. The Listener
is responsible for initializing the endpoint using the provided configurations.
Constructor
__init
(int port, ServiceEndpointConfiguration? config)
- port int
- config ServiceEndpointConfiguration? ()
Methods
LifeCycle Methods
Methods
Gets invoked during module initialization to initialize the endpoint.
Parameters
- c ServiceEndpointConfiguration
-
Configurations for HTTP service endpoints