| Package | Description |
|---|---|
| net.kencochrane.raven.event | |
| net.kencochrane.raven.event.interfaces | |
| net.kencochrane.raven.marshaller.json |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SentryInterface> |
Event.getSentryInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
EventBuilder |
EventBuilder.addSentryInterface(SentryInterface sentryInterface)
Adds a
SentryInterface to the event. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionInterface
The Exception interface for Sentry allowing to add an Exception details to an event.
|
class |
HttpInterface
The HTTP interface for Sentry allows to add an HTTP request to an event.
|
class |
MessageInterface
The Message interface for Sentry allows to send the original pattern to Sentry, allowing the events to be grouped
by original message (rather than the formatted version).
|
class |
StackTraceInterface
The StackTrace interface for Sentry, allowing to add a stackTrace to an event.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InterfaceBinding<T extends SentryInterface>
An interface binding allows to encore a
SentryInterface of a specific type into a JSON stream. |
| Modifier and Type | Method and Description |
|---|---|
<T extends SentryInterface,F extends T> |
JsonMarshaller.addInterfaceBinding(Class<F> sentryInterfaceClass,
InterfaceBinding<T> binding)
Add an interface binding to send a type of
SentryInterface through a JSON stream. |
Copyright © 2012–2014. All rights reserved.