public abstract class PropagationComponent extends Object
BinaryFormat but more formats will be added.| Constructor and Description |
|---|
PropagationComponent() |
| Modifier and Type | Method and Description |
|---|---|
abstract BinaryFormat |
getBinaryFormat()
Returns the
BinaryFormat with the provided implementations. |
static PropagationComponent |
getNoopPropagationComponent()
Returns an instance that contains no-op implementations for all the instances.
|
public abstract BinaryFormat getBinaryFormat()
BinaryFormat with the provided implementations. If no implementation is
provided then no-op implementation will be used.BinaryFormat implementation.public static PropagationComponent getNoopPropagationComponent()