Module sumo_config

Main **internal** module for sumo.

Copyright © Inaka <hello@inaka.net> -------------------------------------------------------------------

Description

Main **internal** module for sumo. Use this one from your own applications.

Copyright 2012 Inaka <hello@inaka.net>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Data Types

doc_config()

doc_config() = {SchemaName::sumo:schema_name(), Store::atom(), Props::#{}}

event_config()

event_config() = {SchemaName::sumo:schema_name(), EventHandler::module()}

Function Index

add_event_managers/2
get_doc/1
get_docs/0
get_event_managers/0
get_event_managers/1
get_events/0
get_prop_value/2
get_prop_value/3
get_props/1
get_store/1
init/0
remove_event_managers/2

Function Details

add_event_managers/2

add_event_managers(DocName::atom(), EventManagers::[module()] | module()) -> [module()]

get_doc/1

get_doc(DocName::atom()) -> doc_config() | undefined

get_docs/0

get_docs() -> [doc_config()]

get_event_managers/0

get_event_managers() -> [module()]

get_event_managers/1

get_event_managers(DocName::atom()) -> [module()]

get_events/0

get_events() -> [event_config()]

get_prop_value/2

get_prop_value(DocName::atom(), Prop::atom()) -> term()

get_prop_value/3

get_prop_value(DocName::atom(), Prop::atom(), Default::term()) -> term()

get_props/1

get_props(DocName::atom()) -> #{}

get_store/1

get_store(DocName::atom()) -> atom()

init/0

init() -> ok

remove_event_managers/2

remove_event_managers(DocName::atom(), EventManagers::[module()] | module()) -> [module()]


Generated by EDoc, Jul 20 2017, 07:05:00.