Class ElasticAttachmentProvider

java.lang.Object
co.elastic.apm.attach.ElasticAttachmentProvider

public class ElasticAttachmentProvider extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider
    get()
    Get (and optionally initialize) attachment provider
    static net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider
    Get (and optionally initialize) fallback (emulated) attachment provider

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ElasticAttachmentProvider

      public ElasticAttachmentProvider()
  • Method Details

    • get

      public static net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider get()
      Get (and optionally initialize) attachment provider
      Returns:
      attachment provider
    • getFallback

      public static net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider getFallback()
      Get (and optionally initialize) fallback (emulated) attachment provider
      Returns:
      fallback (emulated) attachment provider