public abstract class StreamEvent
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | StreamEvent.ProgressEvent | 
| static class  | StreamEvent.SessionCompleteEvent | 
| static class  | StreamEvent.SessionPreparedEvent | 
| static class  | StreamEvent.Type | 
| Modifier and Type | Field and Description | 
|---|---|
| StreamEvent.Type | eventType | 
| java.util.UUID | planId | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | StreamEvent(StreamEvent.Type eventType,
           java.util.UUID planId) | 
public final StreamEvent.Type eventType
public final java.util.UUID planId
protected StreamEvent(StreamEvent.Type eventType, java.util.UUID planId)
Copyright © 2018 The Apache Software Foundation