public abstract class SpinFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static SpinFactory |
INSTANCE
The singleton instance of the SpinFactory.
|
| Constructor and Description |
|---|
SpinFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends Spin<?>> |
createSpin(Object parameter) |
abstract <T extends Spin<?>> |
createSpin(Object parameter,
DataFormat<T> format) |
abstract <T extends Spin<?>> |
createSpin(Object parameter,
String dataFormatName) |
public static SpinFactory INSTANCE
Copyright © 2014–2020 Camunda Services GmbH. All rights reserved.