Interface ReportableEntityHandlerFactory

    • Method Detail

      • getHandler

        default <T,​U> ReportableEntityHandler<T,​U> getHandler​(com.wavefront.data.ReportableEntityType entityType,
                                                                          String handle)
        Create, or return existing, ReportableEntityHandler.
        Parameters:
        entityType - ReportableEntityType for the handler.
        handle - handle.
        Returns:
        new or existing handler.
      • shutdown

        void shutdown​(@Nonnull
                      String handle)
        Shutdown pipeline for a specific handle.