public class NoopSenderFactory extends java.lang.Object implements SenderFactory
| Constructor and Description |
|---|
NoopSenderFactory() |
| Modifier and Type | Method and Description |
|---|---|
Sender |
getSender(Configuration.SenderConfiguration senderConfiguration)
Builds and/or selects the appropriate sender based on the given
Configuration.SenderConfiguration |
java.lang.String |
getType()
The Factory's name.
|
public Sender getSender(Configuration.SenderConfiguration senderConfiguration)
SenderFactoryConfiguration.SenderConfigurationgetSender in interface SenderFactorysenderConfiguration - the sender configurationNoopSender.public java.lang.String getType()
SenderFactoryConfiguration.JAEGER_SENDER_FACTORY to disambiguate
the resolution, in case multiple senders are available via the service loader.getType in interface SenderFactory