FMLiveSwitchSignallingSendQueueTransport Class Reference

Instance Methods

(void) - endBatch
 
(instancetype) - initWithClient:
 
(bool) - isConnected
 
(bool) - isDisconnected
 
(FMLiveSwitchFuture< FMLiveSwitchSendItem * > *) - sendWithItem:
 
(void) - startBatch
 

Class Methods

(FMLiveSwitchSignallingSendQueueTransport *) + signallingSendQueueTransportWithClient:
 

Method Documentation

◆ endBatch

- (void) endBatch

Reimplemented from <FMLiveSwitchISendQueueTransport>.

◆ initWithClient:

- (instancetype) initWithClient: (FMLiveSwitchSignallingClient *)  client

◆ isConnected

- (bool) isConnected

Reimplemented from <FMLiveSwitchISendQueueTransport>.

◆ isDisconnected

- (bool) isDisconnected

Reimplemented from <FMLiveSwitchISendQueueTransport>.

◆ sendWithItem:

◆ signallingSendQueueTransportWithClient:

+ (FMLiveSwitchSignallingSendQueueTransport*) signallingSendQueueTransportWithClient: (FMLiveSwitchSignallingClient *)  client

◆ startBatch

- (void) startBatch

Reimplemented from <FMLiveSwitchISendQueueTransport>.