|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JSONEventRenderer
Renderer for an event into the JSON textual format.
A renderer is dedicated to rendering only a certain type of events and subtypes of that type, as the render cache type metadata and prepares structures to enable fast rendering.
For rendering events of different types, use a quick-access method in EventRenderer
.
Method Summary | |
---|---|
java.lang.String |
render(EventBean theEvent)
Render a given event in the JSON format. |
java.lang.String |
render(java.lang.String title,
EventBean theEvent)
Render a given event in the JSON format. |
Method Detail |
---|
java.lang.String render(java.lang.String title, EventBean theEvent)
title
- the JSON root titletheEvent
- the event to render
java.lang.String render(EventBean theEvent)
theEvent
- the event to render
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |