Class PublisherServiceGrpc (1.5.5)

public final class PublisherServiceGrpc

The service that a publisher client application uses to publish messages to topics. Published messages are retained by the service for the duration of the retention period configured for the respective topic, and are delivered to subscriber clients upon request (via the SubscriberService).

Inheritance

java.lang.Object > PublisherServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getPublishMethod()

public static MethodDescriptor<PublishRequest,PublishResponse> getPublishMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<PublishRequest,PublishResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static PublisherServiceGrpc.PublisherServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
PublisherServiceGrpc.PublisherServiceBlockingStub

newFutureStub(Channel channel)

public static PublisherServiceGrpc.PublisherServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
PublisherServiceGrpc.PublisherServiceFutureStub

newStub(Channel channel)

public static PublisherServiceGrpc.PublisherServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
PublisherServiceGrpc.PublisherServiceStub