Sha256: 1cecd7da68d1ec0a2edef4fd56ab3997f21bee298ed588e8bf7fe04d0e71d091

Contents?: true

Size: 387 Bytes

Versions: 21

Compression:

Stored size: 387 Bytes

Contents

module AnyCable
  module GRPC
    # RPC service handler
    class Handler < AnyCable::GRPC::Service
      # Handle connection request from WebSocket server
      def connect: (untyped request, untyped _unused_call) -> untyped
      def disconnect: (untyped request, untyped _unused_call) -> untyped
      def command: (untyped request, untyped _unused_call) -> untyped
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
anycable-core-1.6.0.rc.1 sig/anycable/grpc/handler.rbs
anycable-core-1.5.2 sig/anycable/grpc/handler.rbs
anycable-core-1.5.1 sig/anycable/grpc/handler.rbs
anycable-core-1.5.0 sig/anycable/grpc/handler.rbs
anycable-core-1.4.4 sig/anycable/grpc/handler.rbs
anycable-core-1.5.0.rc.1 sig/anycable/grpc/handler.rbs
anycable-core-1.4.3 sig/anycable/grpc/handler.rbs
anycable-core-1.4.2 sig/anycable/grpc/handler.rbs
anycable-core-1.4.1 sig/anycable/grpc/handler.rbs
anycable-core-1.4.0 sig/anycable/grpc/handler.rbs
anycable-core-1.4.0.rc.3 sig/anycable/grpc/handler.rbs
anycable-core-1.4.0.rc.2 sig/anycable/grpc/handler.rbs
anycable-core-1.4.0.rc.1 sig/anycable/grpc/handler.rbs
anycable-core-1.4.0.pre.rc.1 sig/anycable/grpc/handler.rbs
anycable-core-1.3.1 sig/anycable/grpc/handler.rbs
anycable-core-1.3.0 sig/anycable/grpc/handler.rbs
anycable-core-1.2.5 sig/anycable/grpc/handler.rbs
anycable-core-1.2.4 sig/anycable/grpc/handler.rbs
anycable-core-1.2.3 sig/anycable/grpc/handler.rbs
anycable-core-1.2.2 sig/anycable/grpc/handler.rbs