hyparview v0.1.4 Hyparview.Messages.NeighborRejected View Source

NEIGHBOR REJECTED message

Link to this section Summary

Functions

view = NeighborRejected.handle(neighbor_rejected, state.view) {:noreply, %{state | view: view}}

Link to this section Types

Link to this type t() View Source
t() :: %Hyparview.Messages.NeighborRejected{
  sender: Node.t(),
  view: Hyparview.View.t()
}

Link to this section Functions

Link to this function handle(neighbor_rejected, view0) View Source
handle(t(), Hyparview.View.t()) :: Hyparview.View.t()

view = NeighborRejected.handle(neighbor_rejected, state.view) {:noreply, %{state | view: view}}

Link to this function send!(sender, view) View Source
send!(Node.t(), Hyparview.View.t()) :: :ok