Class ManagedKafkaGrpc (0.1.0)

public final class ManagedKafkaGrpc

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

Inheritance

java.lang.Object > ManagedKafkaGrpc

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)
Parameter
Name Description
service ManagedKafkaGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateClusterMethod()

public static MethodDescriptor<CreateClusterRequest,Operation> getCreateClusterMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateClusterRequest,Operation>

getCreateTopicMethod()

public static MethodDescriptor<CreateTopicRequest,Topic> getCreateTopicMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateTopicRequest,Topic>

getDeleteClusterMethod()

public static MethodDescriptor<DeleteClusterRequest,Operation> getDeleteClusterMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteClusterRequest,Operation>

getDeleteConsumerGroupMethod()

public static MethodDescriptor<DeleteConsumerGroupRequest,Empty> getDeleteConsumerGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteConsumerGroupRequest,Empty>

getDeleteTopicMethod()

public static MethodDescriptor<DeleteTopicRequest,Empty> getDeleteTopicMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteTopicRequest,Empty>

getGetClusterMethod()

public static MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetClusterRequest,Cluster>

getGetConsumerGroupMethod()

public static MethodDescriptor<GetConsumerGroupRequest,ConsumerGroup> getGetConsumerGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetConsumerGroupRequest,ConsumerGroup>

getGetTopicMethod()

public static MethodDescriptor<GetTopicRequest,Topic> getGetTopicMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetTopicRequest,Topic>

getListClustersMethod()

public static MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse>

getListConsumerGroupsMethod()

public static MethodDescriptor<ListConsumerGroupsRequest,ListConsumerGroupsResponse> getListConsumerGroupsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListConsumerGroupsRequest,ListConsumerGroupsResponse>

getListTopicsMethod()

public static MethodDescriptor<ListTopicsRequest,ListTopicsResponse> getListTopicsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListTopicsRequest,ListTopicsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateClusterMethod()

public static MethodDescriptor<UpdateClusterRequest,Operation> getUpdateClusterMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateClusterRequest,Operation>

getUpdateConsumerGroupMethod()

public static MethodDescriptor<UpdateConsumerGroupRequest,ConsumerGroup> getUpdateConsumerGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateConsumerGroupRequest,ConsumerGroup>

getUpdateTopicMethod()

public static MethodDescriptor<UpdateTopicRequest,Topic> getUpdateTopicMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateTopicRequest,Topic>

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
Returns
Type Description
ManagedKafkaGrpc.ManagedKafkaBlockingStub

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
Returns
Type Description
ManagedKafkaGrpc.ManagedKafkaFutureStub

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
Returns
Type Description
ManagedKafkaGrpc.ManagedKafkaStub