Interface EventBusBridgeGrpcClient

All Superinterfaces:
EventBusBridge, EventBusBridgeClient

public interface EventBusBridgeGrpcClient extends EventBusBridgeClient

A client for invoking the EventBusBridge gRPC service.

  • Field Details

  • Method Details

    • create

      static EventBusBridgeGrpcClient create(GrpcClient client, SocketAddress host)
      Create and return a EventBusBridge gRPC service client. The assumed wire format is Protobuf.
      Parameters:
      client - the gRPC client
      host - the host providing the service
      Returns:
      the configured client
    • create

      static EventBusBridgeGrpcClient create(GrpcClient client, SocketAddress host, WireFormat wireFormat)
      Create and return a EventBusBridge gRPC service client.
      Parameters:
      client - the gRPC client
      host - the host providing the service
      wireFormat - the wire format
      Returns:
      the configured client
    • create

      static EventBusBridgeGrpcClient create(ServiceInvoker client)
      Create and return a EventBusBridge gRPC service client. The assumed wire format is Protobuf.
      Parameters:
      client - the gRPC client service
      Returns:
      the configured client
    • create

      static EventBusBridgeGrpcClient create(ServiceInvoker client, WireFormat wireFormat)
      Create and return a EventBusBridge gRPC service client.
      Parameters:
      client - the gRPC client service
      wireFormat - the wire format
      Returns:
      the configured client