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)
SenderFactory
Configuration.SenderConfiguration
getSender
in interface SenderFactory
senderConfiguration
- the sender configurationNoopSender
.public java.lang.String getType()
SenderFactory
Configuration.JAEGER_SENDER_FACTORY
to disambiguate
the resolution, in case multiple senders are available via the service loader.getType
in interface SenderFactory