Search
@type t() :: %OffBroadway.Splunk.Leader.State{ broadway: Atom.t(), done_progress: nil | Integer.t() | Float.t(), event_count: Integer.t(), is_done: boolean(), is_zombie: boolean(), published: String.t(), sid: String.t(), splunk_client: Tuple.t() }
@spec new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %OffBroadway.Splunk.Leader.State{ broadway: term(), done_progress: term(), event_count: term(), is_done: term(), is_zombie: term(), published: term(), sid: term(), splunk_client: term() }