public class EventAnalyzer
extends java.lang.Object
Title: Framework Support Library
Description: This class is used event analyzing.
Copyright: Copyright (c) 2015
Company: StreamScape Technologies
Modifier and Type | Class and Description |
---|---|
static class |
EventAnalyzer.Annotation |
static class |
EventAnalyzer.Property |
Constructor and Description |
---|
EventAnalyzer(ImmutableEventDatagram event) |
Modifier and Type | Method and Description |
---|---|
java.util.LinkedHashMap |
getAnnotations() |
java.lang.Class |
getPayLoadClass() |
java.util.LinkedHashMap |
getSystemProperties() |
java.util.LinkedHashMap |
getUserProperties() |
static java.lang.String |
resolveTypeName(java.lang.Class type) |
public EventAnalyzer(ImmutableEventDatagram event)
public java.util.LinkedHashMap getSystemProperties()
public java.util.LinkedHashMap getUserProperties()
public java.util.LinkedHashMap getAnnotations()
public java.lang.Class getPayLoadClass()
public static java.lang.String resolveTypeName(java.lang.Class type)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.