Type Alias PulsarService

Source
pub type PulsarService = DockerService<PulsarConfig>;
Expand description

Docker-backed Pulsar service.

Aliased Type§

struct PulsarService {
    config: PulsarConfig,
}

Fields§

§config: PulsarConfig