Managed Service for Apache Kafka API v1 API - Class ManagedKafka (1.0.0-beta01)

public static class ManagedKafka

Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class ManagedKafka.

The service that a client application uses to manage Apache Kafka clusters, topics and consumer groups.

Inheritance

object > ManagedKafka

Namespace

Google.Cloud.ManagedKafka.V1

Assembly

Google.Cloud.ManagedKafka.V1.dll

Methods

BindService(ManagedKafkaBase)

public static ServerServiceDefinition BindService(ManagedKafka.ManagedKafkaBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl ManagedKafkaManagedKafkaBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, ManagedKafkaBase)

public static void BindService(ServiceBinderBase serviceBinder, ManagedKafka.ManagedKafkaBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
Name Description
serviceBinder ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl ManagedKafkaManagedKafkaBase

An object implementing the server-side handling logic.