pub type PulsarService = DockerService<PulsarConfig>;
Expand description
Docker-backed Pulsar service.
Aliased Type§
struct PulsarService {
config: PulsarConfig,
}
Fields§
§config: PulsarConfig
pub type PulsarService = DockerService<PulsarConfig>;
Docker-backed Pulsar service.
struct PulsarService {
config: PulsarConfig,
}
config: PulsarConfig