Interface NewRelicInsightsService

All Known Implementing Classes:
AsyncNewRelicInsightsService, DefaultNewRelicInsightsService, FallbackNewRelicInsightsService

@Validated public interface NewRelicInsightsService
  • Method Details

    • createEvent

      default <E> void createEvent(@Valid @NonNull E event)
    • createEvents

      default <E> void createEvents(@Valid @NonNull @Valid @NonNull Collection<E> events)
    • unsafeCreateEvent

      default <E> void unsafeCreateEvent(@Valid @NonNull E event) throws Exception
      Throws:
      Exception
    • unsafeCreateEvents

      <E> void unsafeCreateEvents(@Valid @NonNull @Valid @NonNull Collection<E> events) throws Exception
      Throws:
      Exception