Share via


HasProtocol.UpdateStages.WithProtocol<ReturnT,ProtocolT> Interface

Type Parameters

ReturnT

the next stage of the update

ProtocolT

the type of the protocol value

public static interface HasProtocol.UpdateStages.WithProtocol<ReturnT,ProtocolT>

The stage of an update allowing to modify the transport protocol.

Method Summary

Modifier and Type Method and Description
abstract ReturnT withProtocol(ProtocolT protocol)

Specifies the transport protocol.

Method Details

withProtocol

public abstract ReturnT withProtocol(ProtocolT protocol)

Specifies the transport protocol.

Parameters:

protocol - a transport protocol

Returns:

the next stage of the update

Applies to