com.appdynamics.eumagent.runtime
Interface CollectorChannelFactory


public interface CollectorChannelFactory

Interface for customizing the connection between the agent SDK and the collector.


Method Summary
 CollectorChannel newCollectorChannel()
          Returns a new instance of CollectorChannel.
 

Method Detail

newCollectorChannel

CollectorChannel newCollectorChannel()
Returns a new instance of CollectorChannel. If you want to supply a custom CollectorChannel, implement this interface, and return an instance of your concrete implementation of CollectorChannel from this method.