embryo
- Library for managing Emergence configuration and embryo objects.
Version: 0.2.0
Authors: Steve Roques.
embryo
- Library for managing Emergence configuration and embryo objects
add_discovery_source(Source::binary()) -> ok
add_filter(Url::binary()) -> ok
aggregate(Body::binary()) -> [embryo()]
aggregate(Body::binary(), AdditionalFilters::[binary()]) -> [embryo()]
discover_filters() -> ok
get_config_value(Section::string(), Key::string(), DefaultValue::string()) -> string()
get_em_disco_url() -> string()
get_port_from_env(EnvVar::string(), DefaultPort::integer()) -> integer()
get_url_from_env(EnvVar::string(), DefaultUrl::string()) -> string()
new(Properties::map()) -> embryo()
read_emergence_conf() -> config_map() | undefined
remove_discovery_source(Source::binary()) -> ok
remove_filter(Url::binary()) -> ok
safe_string_to_integer(Str::string(), DefaultValue::integer()) -> integer()
start_discovery() -> ok
stop_discovery() -> ok
to_map(Embryo::embryo()) -> map()
Generated by EDoc