Share via


HasBackendPort.DefinitionStages.WithBackendPort<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the definition

public static interface HasBackendPort.DefinitionStages.WithBackendPort

The stage of a definition allowing to specify the backend port.

Method Summary

Modifier and Type Method and Description
abstract ReturnT toBackendPort(int port)

Specifies a backend port to send network traffic to.

Method Details

toBackendPort

public abstract ReturnT toBackendPort(int port)

Specifies a backend port to send network traffic to.

If not specified, the same backend port number is assumed as that used by the frontend.

Parameters:

port - a port number

Returns:

the next stage of the definition

Applies to