Class MyEvent
- java.lang.Object
-
- org.apache.unomi.graphql.providers.sample.MyEvent
-
- All Implemented Interfaces:
CDPEventInterface
public class MyEvent extends Object implements CDPEventInterface
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Event
getEvent()
String
name(graphql.schema.DataFetchingEnvironment environment)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.unomi.graphql.types.output.CDPEventInterface
cdp_client, cdp_location, cdp_object, cdp_profile, cdp_profileID, cdp_source, cdp_timestamp, cdp_topics, getProperty, id
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MyEvent
public MyEvent(Event event)
-
-
Method Detail
-
name
public String name(graphql.schema.DataFetchingEnvironment environment)
-
getEvent
public Event getEvent()
- Specified by:
getEvent
in interfaceCDPEventInterface
-
-