Package | Description |
---|---|
jayeson.lib.sports.client |
Modifier and Type | Method and Description |
---|---|
SportsFeedClient |
SportsFeedFactory.create()
Creates a client by using the environment var or loading the default config file
|
SportsFeedClient |
SportsFeedFactory.createFromConfig(SportsConfig config)
Creates a client by loading the config initialized SportsConfig object
|
SportsFeedClient |
SportsFeedFactory.createFromConfigFile(java.lang.String filename)
Creates a client by loading the config file
|
SportsFeedClient |
SportsFeedFactory.createFromSubscriberConf(jayeson.lib.delivery.module.subscriber.SubscriberConfig subConfig,
jayeson.lib.sports.receive.SportsFeedInConfig sportsConfig)
Creates a SportsFeedClient with the given config objects
|