FMLiveSwitchSendItem Class Reference

Instance Methods

(NSException *) - exception
 
(instancetype) - init
 
(bool) - lastInBatch
 
(FMLiveSwitchPromise< FMLiveSwitchMessage * > *) - promise
 
(FMLiveSwitchMessage *) - request
 
(int) - resendIndex
 
(FMLiveSwitchMessage *) - response
 
(bool) - retry
 
(int) - sendBackoff
 
(int) - sendCounter
 
(void) - setException:
 
(void) - setLastInBatch:
 
(void) - setPromise:
 
(void) - setRequest:
 
(void) - setResendIndex:
 
(void) - setResponse:
 
(void) - setRetry:
 
(void) - setSendBackoff:
 
(void) - setSendCounter:
 

Class Methods

(FMLiveSwitchSendItem *) + sendItem
 

Method Documentation

◆ exception

- (NSException*) exception

◆ init

- (instancetype) init

◆ lastInBatch

- (bool) lastInBatch

◆ promise

◆ request

- (FMLiveSwitchMessage*) request

◆ resendIndex

- (int) resendIndex

◆ response

- (FMLiveSwitchMessage*) response

◆ retry

- (bool) retry

◆ sendBackoff

- (int) sendBackoff

◆ sendCounter

- (int) sendCounter

◆ sendItem

+ (FMLiveSwitchSendItem*) sendItem

◆ setException:

- (void) setException: (NSException *)  value

◆ setLastInBatch:

- (void) setLastInBatch: (bool)  value

◆ setPromise:

- (void) setPromise: (FMLiveSwitchPromise< FMLiveSwitchMessage * > *)  value

◆ setRequest:

- (void) setRequest: (FMLiveSwitchMessage *)  value

◆ setResendIndex:

- (void) setResendIndex: (int)  value

◆ setResponse:

- (void) setResponse: (FMLiveSwitchMessage *)  value

◆ setRetry:

- (void) setRetry: (bool)  value

◆ setSendBackoff:

- (void) setSendBackoff: (int)  value

◆ setSendCounter:

- (void) setSendCounter: (int)  value