Package jetbrains.mps.generator.trace
Class ClientToken
- java.lang.Object
 - 
- jetbrains.mps.generator.trace.ClientToken
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ClientToken() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReadableByteChannelgetMessageStream()Clients use the stream to receive trace informationvoidrequest(TracePoint tracePoint)Clients express their interest in specific trace location 
 - 
 
- 
- 
Method Detail
- 
request
public void request(TracePoint tracePoint)
Clients express their interest in specific trace location- Parameters:
 tracePoint- identifies location of interest, like reduction rule.
 
- 
getMessageStream
public ReadableByteChannel getMessageStream()
Clients use the stream to receive trace information 
 - 
 
 -