Class PublisherServiceGrpc (1.13.6)

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
Type Description
String

Static Methods

bindService(PublisherServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(PublisherServiceGrpc.AsyncService service)
Parameter
Name Description
service PublisherServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getPublishMethod()

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

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
PublisherServiceGrpc.PublisherServiceStub