Instance Methods | |
| (void) | - clear |
| (instancetype) | - initWithTransport: |
| (FMLiveSwitchFuture< FMLiveSwitchMessage * > *) | - sendWithMessage: |
| (FMLiveSwitchPromise< id > *) | - shutdown |
Class Methods | |
| (FMLiveSwitchSendQueue *) | + sendQueueWithTransport: |
| - (void) clear |
| - (instancetype) initWithTransport: | (NSObject< FMLiveSwitchISendQueueTransport > *) | transport |
| + (FMLiveSwitchSendQueue*) sendQueueWithTransport: | (NSObject< FMLiveSwitchISendQueueTransport > *) | transport |
| - (FMLiveSwitchFuture<FMLiveSwitchMessage*>*) sendWithMessage: | (FMLiveSwitchMessage *) | message |
| - (FMLiveSwitchPromise<id>*) shutdown |