public interface IPartitionManagerFactory extends Serializable
An interface of factory method to create IPartitionManager.
Modifier and Type | Method and Description |
---|---|
IPartitionManager |
create(EventHubSpoutConfig spoutConfig,
String partitionId,
IStateStore stateStore,
IEventHubReceiver receiver) |
IPartitionManager create(EventHubSpoutConfig spoutConfig, String partitionId, IStateStore stateStore, IEventHubReceiver receiver)
Copyright © 2022 The Apache Software Foundation. All rights reserved.