public interface CollectorChannelFactory
Interface for customizing the connection between the agent SDK and the collector.
| Modifier and Type | Method and Description |
|---|---|
CollectorChannel |
newCollectorChannel()
Returns a new instance of CollectorChannel.
|
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.