HttpSourceConfigFactory

Factory to make HttpSource configuration

package

HttpSource

subpackage

Config

Methods

For single object

__construct() 

Create endpoint condition

condition() : \HttpSourceCondition

Create config

config() : \HttpSourceConfig

Create endpoint

endpoint() : \HttpSourceEndpoint

Create endpoint field

field() : \HttpSourceField

Response

\HttpSourceField

Instance

instance(string $factoryName = 'HttpSource.HttpSourceConfigFactory') : \HttpSourceConfigFactory
static
throws

Arguments

$factoryName

string

Description Replacement for default factory (this class must have same interface)

Response

\HttpSourceConfigFactory

Load config by source name

load(string $sourceName) : \HttpSourceConfig

Arguments

$sourceName

string

Response

\HttpSourceConfig

Create endpoint result

result() : \HttpSourceResult

Properties

List of instances

_instances : array
static
var

Type(s)

array