GRPC Objective-C  1.71.0
Instance Methods | Class Methods
GRXWriteable Class Reference

Utility to create objects that conform to the GRXWriteable protocol, from blocks that handle each of the two methods of the protocol. More...

#import <GRXWriteable.h>

Instance Methods

(instancetype) - initWithValueHandler:completionHandler:
 
- Instance Methods inherited from <GRXWriteable>
(void) - writeValue:
 Push the next value of the sequence to the receiving object. More...
 
(void) - writesFinishedWithError:
 Signal that the sequence is completed, or that an error occurred. More...
 

Class Methods

(instancetype) + writeableWithSingleHandler:
 
(instancetype) + writeableWithEventHandler:
 

Detailed Description

Utility to create objects that conform to the GRXWriteable protocol, from blocks that handle each of the two methods of the protocol.

Method Documentation

◆ initWithValueHandler:completionHandler:

- (instancetype) initWithValueHandler: (GRXValueHandler valueHandler
completionHandler: (GRXCompletionHandler NS_DESIGNATED_INITIALIZER 

◆ writeableWithEventHandler:

+ (instancetype) writeableWithEventHandler: (GRXEventHandler handler

◆ writeableWithSingleHandler:

+ (instancetype) writeableWithSingleHandler: (GRXSingleHandler handler

The documentation for this class was generated from the following file: