Entrypoint
type Entrypoint = object;
An entry point of a Skip reactive service.
URLs for the service's control and streaming APIs can be constructed from an Entrypoint
.
Type declaration
control_port
control_port: number;
Port to use for the service's control interface.
host
host: string;
Hostname of the service.
secured?
optional secured: boolean;
Flag that when set indicates that https should be used instead of http.
streaming_port
streaming_port: number;
Port to use for the service's streaming interface.