Interface ProtoStreamOperation.Context
-
- Enclosing interface:
- ProtoStreamOperation
public static interface ProtoStreamOperation.Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrecord(Object object)Records the specified object, so that it can be referenced later within the same stream
-
-
-
Method Detail
-
record
void record(Object object)
Records the specified object, so that it can be referenced later within the same stream- Parameters:
object- an object
-
-