PusherConsumer_impl

Functions


code_change(OldVsn, State, Extra) -> term()

handle_info(Info, State) -> term()

init(X1) -> term()

terminate(Reason, State) -> term()

_get_MyType(OE_THIS, OE_FROM, State) -> term()

_get_MyAdmin(OE_THIS, OE_FROM, State) -> term()

connect_push_supplier(OE_THIS, OE_FROM, State, Client) -> term()

connect_any_push_supplier(OE_THIS, OE_FROM, State, Client) -> term()

connect_sequence_push_supplier(OE_THIS, OE_FROM, State, Client) -> term()

connect_structured_push_supplier(OE_THIS, OE_FROM, State, Client) -> term()

obtain_subscription_types(OE_THIS, OE_FROM, State, What) -> term()

validate_event_qos(OE_THIS, OE_FROM, State, RequiredQoS) -> term()

get_qos(OE_THIS, OE_FROM, State) -> term()

set_qos(OE_THIS, OE_FROM, State, QoS) -> term()

validate_qos(OE_THIS, OE_FROM, State, Required_qos) -> term()

offer_change(OE_THIS, OE_FROM, State, Added, Removed) -> term()

add_filter(OE_THIS, OE_FROM, State, Filter) -> term()

remove_filter(OE_THIS, OE_FROM, State, FilterID) -> term()

get_filter(OE_THIS, OE_FROM, State, FilterID) -> term()

get_all_filters(OE_THIS, OE_FROM, State) -> term()

remove_all_filters(OE_THIS, OE_FROM, State) -> term()

disconnect_push_consumer(OE_THIS, OE_FROM, State) -> term()

push(OE_THIS, OE_FROM, State, Event) -> term()

disconnect_sequence_push_consumer(OE_THIS, OE_FROM, State) -> term()

push_structured_events(OE_THIS, OE_FROM, State, Events) -> term()

disconnect_structured_push_consumer(OE_THIS, OE_FROM, State) -> term()

push_structured_event(OE_THIS, OE_FROM, State, Event) -> term()

View Functions