Interface CloudEvent.Attribute
-
- Enclosing interface:
- CloudEvent
public static interface CloudEvent.Attribute
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description String
http()
The name of the http header.String
id()
The ID of the attributes, can be used to look it up.String
json()
The name of the json field.static CloudEvent.Attribute
simple(String id, String http, String json)
-