public final class ManagedKafkaGrpc
The service that a client application uses to manage Apache Kafka clusters,
topics and consumer groups.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(ManagedKafkaGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(ManagedKafkaGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCreateClusterMethod()
public static MethodDescriptor<CreateClusterRequest,Operation> getCreateClusterMethod()
getCreateTopicMethod()
public static MethodDescriptor<CreateTopicRequest,Topic> getCreateTopicMethod()
getDeleteClusterMethod()
public static MethodDescriptor<DeleteClusterRequest,Operation> getDeleteClusterMethod()
getDeleteConsumerGroupMethod()
public static MethodDescriptor<DeleteConsumerGroupRequest,Empty> getDeleteConsumerGroupMethod()
getDeleteTopicMethod()
public static MethodDescriptor<DeleteTopicRequest,Empty> getDeleteTopicMethod()
getGetClusterMethod()
public static MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
getGetConsumerGroupMethod()
public static MethodDescriptor<GetConsumerGroupRequest,ConsumerGroup> getGetConsumerGroupMethod()
getGetTopicMethod()
public static MethodDescriptor<GetTopicRequest,Topic> getGetTopicMethod()
getListClustersMethod()
public static MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
getListConsumerGroupsMethod()
public static MethodDescriptor<ListConsumerGroupsRequest,ListConsumerGroupsResponse> getListConsumerGroupsMethod()
getListTopicsMethod()
public static MethodDescriptor<ListTopicsRequest,ListTopicsResponse> getListTopicsMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUpdateClusterMethod()
public static MethodDescriptor<UpdateClusterRequest,Operation> getUpdateClusterMethod()
getUpdateConsumerGroupMethod()
public static MethodDescriptor<UpdateConsumerGroupRequest,ConsumerGroup> getUpdateConsumerGroupMethod()
getUpdateTopicMethod()
public static MethodDescriptor<UpdateTopicRequest,Topic> getUpdateTopicMethod()
newBlockingStub(Channel channel)
public static ManagedKafkaGrpc.ManagedKafkaBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static ManagedKafkaGrpc.ManagedKafkaFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static ManagedKafkaGrpc.ManagedKafkaStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|