SampleConsumer.InputResult
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
public annotation SampleConsumer.InputResult
Specifies the result of an input operation. One of INPUT_RESULT_SUCCESS
, INPUT_RESULT_TRY_AGAIN_LATER
or INPUT_RESULT_END_OF_STREAM
.