public class RedisGelfSenderProvider extends Object implements GelfSenderProvider
| Constructor and Description |
|---|
RedisGelfSenderProvider() |
| Modifier and Type | Method and Description |
|---|---|
GelfSender |
create(GelfSenderConfiguration configuration)
Create the sender based on the passed configuration.
|
boolean |
supports(String host) |
public boolean supports(String host)
supports in interface GelfSenderProviderhost - the host stringpublic GelfSender create(GelfSenderConfiguration configuration) throws IOException
GelfSenderProvidercreate in interface GelfSenderProviderconfiguration - the sender configurationIOException - if there is an error in the underlying protocolCopyright © 2013-2016. All Rights Reserved.