public interface GelfSenderProvider
GelfSender
. Implementations decide based on the host
string whether they
support GelfSender
creation.Modifier and Type | Method and Description |
---|---|
GelfSender |
create(GelfSenderConfiguration configuration)
Create the sender based on the passed configuration.
|
boolean |
supports(String host) |
boolean supports(String host)
host
- the host stringGelfSender create(GelfSenderConfiguration configuration) throws IOException
configuration
- the sender configurationIOException
- if there is an error in the underlying protocolCopyright © 2013–2023. All rights reserved.