public class ProducerProviderManager extends Object
| Constructor and Description |
|---|
ProducerProviderManager(SCBEngine scbEngine) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProducerMeta(ProducerMeta producerMeta) |
void |
addProducerMeta(String schemaId,
Object instance) |
List<ProducerProvider> |
getProducerProviderList() |
void |
init() |
SchemaMeta |
registerSchema(String schemaId,
Class<?> schemaInterface,
Object instance) |
SchemaMeta |
registerSchema(String schemaId,
Object instance) |
public ProducerProviderManager(SCBEngine scbEngine)
public List<ProducerProvider> getProducerProviderList()
public void init()
public void addProducerMeta(ProducerMeta producerMeta)
public SchemaMeta registerSchema(String schemaId, Object instance)
public SchemaMeta registerSchema(String schemaId, Class<?> schemaInterface, Object instance)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.