public final class EventContext extends Object
EventContextElement
.Modifier and Type | Method and Description |
---|---|
EventContext |
append(EventContext other) |
static EventContext |
concat(EventContext first,
EventContext... others) |
static EventContext |
create(EventContextElement firstElement,
EventContextElement... otherElements) |
List<EventContextElement> |
getElements() |
String |
render() |
String |
toString() |
public static EventContext create(EventContextElement firstElement, EventContextElement... otherElements)
public static EventContext concat(EventContext first, EventContext... others)
public List<EventContextElement> getElements()
public String render()
public EventContext append(EventContext other)
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.