public static interface Integration.Factory
Modifier and Type | Method and Description |
---|---|
Integration<?> |
create(ValueMap settings,
Analytics analytics)
Attempts to create an adapter for with
settings . |
java.lang.String |
key()
The key for which this factory can create an
Integration . |
Integration<?> create(ValueMap settings, Analytics analytics)
settings
. This returns the adapter if one was
created, or null if this factory isn't capable of creating such an adapter.java.lang.String key()
Integration
.