Package com.enonic.xp.status
Interface StatusReporter
-
- All Known Implementing Classes:
JsonStatusReporter
public interface StatusReporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description MediaType
getMediaType()
String
getName()
default void
report(StatusContext context)
void
report(OutputStream stream)
-
-
-
Method Detail
-
getName
String getName()
-
getMediaType
MediaType getMediaType()
-
report
void report(OutputStream stream) throws IOException
- Throws:
IOException
-
report
default void report(StatusContext context) throws IOException
- Throws:
IOException
-
-