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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This document provides reference documentation for the `ManagedKafka` class within the Google Cloud Managed Service for Apache Kafka API v1, specifically version 1.0.0-beta03."],["The `ManagedKafka` class is designed for managing Apache Kafka clusters, topics, and consumer groups."],["The document outlines the `ManagedKafka` class's inheritance from the `object` class and lists its inherited members."],["The `BindService` method is detailed, explaining how to create a service definition for server registration, with specifics on the `serviceImpl` parameter."],["Another `BindService` method overload is described, which allows for service method registration with a `ServiceBinderBase` and a `serviceImpl`, useful for customizing service binding."]]],[]]