com.apama.md
Event WrappedEP


Wrapped event for receiving the initial data from Source/Adapter on connection.
Member summary
 integersessionId

The Id of the Source where this datastream event was sent from.
 integerconnectionId

The Id of the Connection this datastream event is for.
 stringsymbol

The symbol which is associated with this datastream event.
 com.apama.md.EPep

The initial snapshot event.
 dictionary<integer, float>__timestamps

The timestamp when this datastream event was sent from the Source/Adapter.
 
Member detail

__timestamps

            dictionary<integer, float> __timestamps
        
The timestamp when this datastream event was sent from the Source/Adapter.

connectionId

            integer connectionId
        
The Id of the Connection this datastream event is for.

ep

            com.apama.md.EP ep
        
The initial snapshot event.

sessionId

            integer sessionId
        
The Id of the Source where this datastream event was sent from.

symbol

            string symbol
        
The symbol which is associated with this datastream event.