Zeebe C# Client 2.9.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Builder.IZeebeClientBuilder Interface Reference

Public Member Functions

IZeebeClientBuilder UseLoggerFactory (ILoggerFactory loggerFactory)
 The logger factory which the client should use to log messages. This is optional and if not set the client will not log any messages.
 
IZeebeClientTransportBuilder UseGatewayAddress (string gatewayAddress)
 The address which the client should connect to.
 

Member Function Documentation

◆ UseGatewayAddress()

IZeebeClientTransportBuilder Zeebe.Client.Api.Builder.IZeebeClientBuilder.UseGatewayAddress ( string gatewayAddress)

The address which the client should connect to.

Parameters
gatewayAddressthe address to which the client should connect to.
Returns
the next step builder, to configure transport security which the client should use.

◆ UseLoggerFactory()

IZeebeClientBuilder Zeebe.Client.Api.Builder.IZeebeClientBuilder.UseLoggerFactory ( ILoggerFactory loggerFactory)

The logger factory which the client should use to log messages. This is optional and if not set the client will not log any messages.

Parameters
loggerFactorythe factory which is used to create an logger.
Returns
the builder, to configure the zeebe client.

The documentation for this interface was generated from the following file: