BPXE.Engine.ExclusiveGateway (bpxe v0.1.0)
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Link to this section Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
enter_loop(state)
Link to this function
flow_node?()
Link to this function
handle_completion(state)
Link to this function
handle_message(arg, state)
Link to this function
handle_recovery(recovered, state)
Link to this function
init(arg)
Callback implementation for GenServer.init/1
.
Link to this function
init_flow_node(state)
Link to this function
init_recoverable(state)
Link to this function
initialize(state)
Link to this function
send(sequence_flow, msg, state)
Link to this function
send_message(sequence_flow, msg, state)
Link to this function