Sha256: 77db59e0affdf17e387dab7b064a299df4a341a10d7da01cb7465650e6f00eec

Contents?: true

Size: 375 Bytes

Versions: 2

Compression:

Stored size: 375 Bytes

Contents

import * as ActionCable from 'actioncable';
import ConnectionAdapter from './ConnectionAdapter';
export default class ActionCableAdapter implements ConnectionAdapter {
    connected: boolean;
    _cable: ActionCable.Cable;
    constructor();
    subscribe(key: string, received: (data: any) => void): ActionCable.Channel;
    ondisconnect(): void;
    onreconnect(): void;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ar_sync-1.0.1 core/ActioncableAdapter.d.ts
ar_sync-1.0.0 core/ActioncableAdapter.d.ts