Package org.apache.pulsar.broker.service
Interface PulsarChannelInitializer.Factory
-
- Enclosing class:
- PulsarChannelInitializer
public static interface PulsarChannelInitializer.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PulsarChannelInitializernewPulsarChannelInitializer(PulsarService pulsar, PulsarChannelInitializer.PulsarChannelOptions opts)
-
-
-
Method Detail
-
newPulsarChannelInitializer
PulsarChannelInitializer newPulsarChannelInitializer(PulsarService pulsar, PulsarChannelInitializer.PulsarChannelOptions opts) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-