Sha256: c64d3c8bc2baf9bcbf0821112483a95c01aabd0ba8ecc3984415088b98ab823f

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 Bytes

Contents

require_relative 'transport_strategy'

module Momento
  # Predefined transport strategy for communicating with the Momento server
  class StaticTransportStrategy < TransportStrategy
    attr_reader :grpc_configuration

    def self.with_grpc_configuration(grpc_configuration)
      return StaticTransportStrategy.new(grpc_configuration)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
momento-0.4.9 lib/momento/config/transport/static_transport_strategy.rb