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 |
- (NSException*) exception |
- (instancetype) init |
- (bool) lastInBatch |
- (FMLiveSwitchPromise<FMLiveSwitchMessage*>*) promise |
- (FMLiveSwitchMessage*) request |
- (int) resendIndex |
- (FMLiveSwitchMessage*) response |
- (bool) retry |
- (int) sendBackoff |
- (int) sendCounter |
+ (FMLiveSwitchSendItem*) sendItem |
- (void) setException: | (NSException *) | value |
- (void) setLastInBatch: | (bool) | value |
- (void) setPromise: | (FMLiveSwitchPromise< FMLiveSwitchMessage * > *) | value |
- (void) setRequest: | (FMLiveSwitchMessage *) | value |
- (void) setResendIndex: | (int) | value |
- (void) setResponse: | (FMLiveSwitchMessage *) | value |
- (void) setRetry: | (bool) | value |
- (void) setSendBackoff: | (int) | value |
- (void) setSendCounter: | (int) | value |