Class FallbackNewRelicInsightsService
java.lang.Object
com.agorapulse.micronaut.newrelic.FallbackNewRelicInsightsService
- All Implemented Interfaces:
NewRelicInsightsService
@Secondary
@Singleton
public class FallbackNewRelicInsightsService
extends Object
implements NewRelicInsightsService
-
Constructor Summary
ConstructorsConstructorDescriptionFallbackNewRelicInsightsService(com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Modifier and TypeMethodDescription<E> voidunsafeCreateEvents(@NonNull @Valid Collection<E> events) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.agorapulse.micronaut.newrelic.NewRelicInsightsService
createEvent, createEvents, unsafeCreateEvent
-
Constructor Details
-
FallbackNewRelicInsightsService
public FallbackNewRelicInsightsService(com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
Method Details
-
unsafeCreateEvents
public <E> void unsafeCreateEvents(@NonNull @Valid @NonNull @Valid Collection<E> events) throws Exception - Specified by:
unsafeCreateEventsin interfaceNewRelicInsightsService- Throws:
Exception
-