All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.bloombox.schema.services.pos.v1beta1.PointOfSaleGrpc Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/*
 * Copyright 2017, Bloombox, LLC. All rights reserved.
 *
 * Source and object computer code contained herein is the private intellectual property
 * of Bloombox, a California Limited Liability Corporation. Use of this code in source form
 * requires permission in writing before use or the publishing of derivative works, for
 * commercial purposes or any other purpose, from a duly authorized officer of Momentum
 * Ideas Co.
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package io.bloombox.schema.services.pos.v1beta1;

import static io.grpc.stub.ClientCalls.asyncUnaryCall;
import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
import static io.grpc.stub.ClientCalls.blockingUnaryCall;
import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
import static io.grpc.stub.ClientCalls.futureUnaryCall;
import static io.grpc.MethodDescriptor.generateFullMethodName;
import static io.grpc.stub.ServerCalls.asyncUnaryCall;
import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
import static io.grpc.stub.ServerCalls.asyncClientStreamingCall;
import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;

/**
 */
@javax.annotation.Generated(
    value = "by gRPC proto compiler (version 1.6.0-SNAPSHOT)",
    comments = "Source: pos/v1beta1/POSService.proto")
public final class PointOfSaleGrpc {

  private PointOfSaleGrpc() {}

  public static final String SERVICE_NAME = "services.pos.v1beta1.PointOfSale";

  // Static method descriptors that strictly reflect the proto.
  @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
  public static final io.grpc.MethodDescriptor METHOD_PING =
      io.grpc.MethodDescriptor.newBuilder()
          .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
          .setFullMethodName(generateFullMethodName(
              "services.pos.v1beta1.PointOfSale", "Ping"))
          .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
              io.bloombox.schema.services.pos.v1beta1.Ping.Request.getDefaultInstance()))
          .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
              io.bloombox.schema.services.pos.v1beta1.Ping.Response.getDefaultInstance()))
          .build();

  /**
   * Creates a new async stub that supports all call types for the service
   */
  public static PointOfSaleStub newStub(io.grpc.Channel channel) {
    return new PointOfSaleStub(channel);
  }

  /**
   * Creates a new blocking-style stub that supports unary and streaming output calls on the service
   */
  public static PointOfSaleBlockingStub newBlockingStub(
      io.grpc.Channel channel) {
    return new PointOfSaleBlockingStub(channel);
  }

  /**
   * Creates a new ListenableFuture-style stub that supports unary calls on the service
   */
  public static PointOfSaleFutureStub newFutureStub(
      io.grpc.Channel channel) {
    return new PointOfSaleFutureStub(channel);
  }

  /**
   */
  public static abstract class PointOfSaleImplBase implements io.grpc.BindableService {

    /**
     * 
     * Ping the server.
     * 
*/ public void ping(io.bloombox.schema.services.pos.v1beta1.Ping.Request request, io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(METHOD_PING, responseObserver); } @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( METHOD_PING, asyncUnaryCall( new MethodHandlers< io.bloombox.schema.services.pos.v1beta1.Ping.Request, io.bloombox.schema.services.pos.v1beta1.Ping.Response>( this, METHODID_PING))) .build(); } } /** */ public static final class PointOfSaleStub extends io.grpc.stub.AbstractStub { private PointOfSaleStub(io.grpc.Channel channel) { super(channel); } private PointOfSaleStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected PointOfSaleStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new PointOfSaleStub(channel, callOptions); } /** *
     * Ping the server.
     * 
*/ public void ping(io.bloombox.schema.services.pos.v1beta1.Ping.Request request, io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(METHOD_PING, getCallOptions()), request, responseObserver); } } /** */ public static final class PointOfSaleBlockingStub extends io.grpc.stub.AbstractStub { private PointOfSaleBlockingStub(io.grpc.Channel channel) { super(channel); } private PointOfSaleBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected PointOfSaleBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new PointOfSaleBlockingStub(channel, callOptions); } /** *
     * Ping the server.
     * 
*/ public io.bloombox.schema.services.pos.v1beta1.Ping.Response ping(io.bloombox.schema.services.pos.v1beta1.Ping.Request request) { return blockingUnaryCall( getChannel(), METHOD_PING, getCallOptions(), request); } } /** */ public static final class PointOfSaleFutureStub extends io.grpc.stub.AbstractStub { private PointOfSaleFutureStub(io.grpc.Channel channel) { super(channel); } private PointOfSaleFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected PointOfSaleFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new PointOfSaleFutureStub(channel, callOptions); } /** *
     * Ping the server.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture ping( io.bloombox.schema.services.pos.v1beta1.Ping.Request request) { return futureUnaryCall( getChannel().newCall(METHOD_PING, getCallOptions()), request); } } private static final int METHODID_PING = 0; private static final class MethodHandlers implements io.grpc.stub.ServerCalls.UnaryMethod, io.grpc.stub.ServerCalls.ServerStreamingMethod, io.grpc.stub.ServerCalls.ClientStreamingMethod, io.grpc.stub.ServerCalls.BidiStreamingMethod { private final PointOfSaleImplBase serviceImpl; private final int methodId; MethodHandlers(PointOfSaleImplBase serviceImpl, int methodId) { this.serviceImpl = serviceImpl; this.methodId = methodId; } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_PING: serviceImpl.ping((io.bloombox.schema.services.pos.v1beta1.Ping.Request) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: throw new AssertionError(); } } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public io.grpc.stub.StreamObserver invoke( io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { default: throw new AssertionError(); } } } private static final class PointOfSaleDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier { @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return io.bloombox.schema.services.pos.v1beta1.POSService.getDescriptor(); } } private static volatile io.grpc.ServiceDescriptor serviceDescriptor; public static io.grpc.ServiceDescriptor getServiceDescriptor() { io.grpc.ServiceDescriptor result = serviceDescriptor; if (result == null) { synchronized (PointOfSaleGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new PointOfSaleDescriptorSupplier()) .addMethod(METHOD_PING) .build(); } } } return result; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy