Interface SchemaStorageFactory
-
- All Known Implementing Classes:
BookkeeperSchemaStorageFactory
public interface SchemaStorageFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull org.apache.pulsar.common.protocol.schema.SchemaStoragecreate(PulsarService pulsar)
-
-
-
Method Detail
-
create
@NotNull @NotNull org.apache.pulsar.common.protocol.schema.SchemaStorage create(PulsarService pulsar) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-